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

aws_route53_record mapping issues #465

Open
DavidS-ovm opened this issue Apr 17, 2024 · 0 comments
Open

aws_route53_record mapping issues #465

DavidS-ovm opened this issue Apr 17, 2024 · 0 comments

Comments

@DavidS-ovm
Copy link
Contributor

DavidS-ovm commented Apr 17, 2024

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

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

1 participant