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
In internal testing, I found that aws_route53_record creations would show up in the plan, but not in the change report:
https://github.com/overmindtech/deploy/pull/819 ; https://app.overmind.tech/changes/32b7d924-b843-47ef-9197-8b664fa640bf
# module.razorpay_ingress_certificate_validation.aws_route53_record.validation[1] will be created + resource "aws_route53_record" "validation" { + allow_overwrite = true + fqdn = (known after apply) + id = (known after apply) + name = "..." + records = [ + "...", ] + ttl = 60 + type = "CNAME" + zone_id = "..." }
This also happened on a fresh PR: https://github.com/overmindtech/deploy/pull/821 ; https://app.overmind.tech/changes/af18f8c3-fa4b-4e54-afaf-95ca07d70153
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In internal testing, I found that aws_route53_record creations would show up in the plan, but not in the change report:
https://github.com/overmindtech/deploy/pull/819 ; https://app.overmind.tech/changes/32b7d924-b843-47ef-9197-8b664fa640bf
This also happened on a fresh PR: https://github.com/overmindtech/deploy/pull/821 ; https://app.overmind.tech/changes/af18f8c3-fa4b-4e54-afaf-95ca07d70153
The text was updated successfully, but these errors were encountered: