You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws_route53_zone.zones.*.name_servers.0 should be a value which is collected after creating the zone.
Actual Behavior
TF is unable to determine the value for the nameservers. This works is the nameservers are commented out and then added after the zone already exists. Adding depends_on does not change this behavior.
Steps to Reproduce
terraform init
terraform apply
Additional Context
This works is the zone records already exist. Our current workaround is to comment out the ns records to create the zone, then uncomment and add the records in the second pass.
References
The text was updated successfully, but these errors were encountered:
Hi @querry43! Sorry for this broken behavior, and thanks for reporting it.
This seems to be the same root problem as #17156, which I've confirmed is already fixed in the master branch. See my comment on the other issue for details on how I confirmed that. The fix will be included in the forthcoming v0.12.0 release.
Since there's already a fix in master, I'm going to close this out. Thanks again for reporting this!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/querry43/49af5f33a9139709ba4b23a8ca108145
Crash Output
Expected Behavior
aws_route53_zone.zones.*.name_servers.0 should be a value which is collected after creating the zone.
Actual Behavior
TF is unable to determine the value for the nameservers. This works is the nameservers are commented out and then added after the zone already exists. Adding depends_on does not change this behavior.
Steps to Reproduce
terraform init
terraform apply
Additional Context
This works is the zone records already exist. Our current workaround is to comment out the ns records to create the zone, then uncomment and add the records in the second pass.
References
The text was updated successfully, but these errors were encountered: