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_dx_private_virtual_interface.sitelink_enabled field should be specified #4

Open
displague opened this issue Aug 8, 2022 · 0 comments

Comments

@displague
Copy link
Member

With AWS provider v4.25.0, the sitelink_enabled field should be defined to the default of false, rather than not specified to avoid the condition where the aws_dx_private_virtual_interface is recreated on each refresh.

-/+ resource "aws_dx_private_virtual_interface" "this" {
      ~ amazon_side_asn     = "..." -> (known after apply)
      ~ arn                 = "..." -> (known after apply)
      ~ aws_device          = "..." -> (known after apply)
      ~ id                  = "..." -> (known after apply)
      ~ jumbo_frame_capable = true -> (known after apply)
        name                = "..."
      - sitelink_enabled    = false -> null
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