We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
module.database
The zone id argument usage was straightforward: dns_zone_id = "${aws_route53_zone.private.id}"
dns_zone_id = "${aws_route53_zone.private.id}"
The text was updated successfully, but these errors were encountered:
Read more here:
value of 'count' cannot be computed
Sorry, something went wrong.
TL;DR: it will probably work if you first terraform apply -target aws_route53_zone.private and then run terraform apply.
terraform apply -target aws_route53_zone.private
terraform apply
We consider this to be a deficiency of the language and not something that we can fix.
No branches or pull requests
where
module.database
is my invocation of this module.The zone id argument usage was straightforward:
dns_zone_id = "${aws_route53_zone.private.id}"
The text was updated successfully, but these errors were encountered: