Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns_zone_id isn't working #19

Closed
orzarchi opened this issue Nov 5, 2018 · 3 comments
Closed

dns_zone_id isn't working #19

orzarchi opened this issue Nov 5, 2018 · 3 comments

Comments

@orzarchi
Copy link

orzarchi commented Nov 5, 2018

module.database.module.dns_host_name.aws_route53_record.default: aws_route53_record.default: value of 'count' cannot be computed

where module.database is my invocation of this module.

The zone id argument usage was straightforward:
dns_zone_id = "${aws_route53_zone.private.id}"

@osterman
Copy link
Member

osterman commented Jan 7, 2019

TL;DR: it will probably work if you first terraform apply -target aws_route53_zone.private and then run terraform apply.

@osterman
Copy link
Member

osterman commented Jan 7, 2019

We consider this to be a deficiency of the language and not something that we can fix.

@aknysh aknysh closed this as completed Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants