-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_route: Call SetId before WaitRouteReady #24024
Commits on Apr 4, 2022
-
resource/aws_route: SetId before WaitRouteReady
When the route's wait-for-creation operation times out, its state is leaked as `d.SetId(...)` is called after the `WaitRouteReady(...)`. So, the next time the configuration is applied, the Terraform engine tries to create the same route again, getting duplication error from AWS. Call `d.SetId(...)` before `WaitRouteReady(...)`. Fixes: hashicorp#23827
Configuration menu - View commit details
-
Copy full SHA for 3776f51 - Browse repository at this point
Copy the full SHA 3776f51View commit details -
resource/aws_route: SetId before WaitRouteReady
Issue: When the route's wait-for-creation operation times out, its state is leaked as `d.SetId(...)` is called after the `WaitRouteReady(...)`. So, the next time the configuration is applied, the Terraform engine tries to create the same route again, getting duplication error from AWS. Fix: Call `d.SetId(...)` before `WaitRouteReady(...)`. Fixes: hashicorp#23827
Configuration menu - View commit details
-
Copy full SHA for b49ba82 - Browse repository at this point
Copy the full SHA b49ba82View commit details -
Merge branch 'issue-23827' of github.com:bigmikes/terraform-provider-…
…aws into issue-23827
Configuration menu - View commit details
-
Copy full SHA for 3bfba0a - Browse repository at this point
Copy the full SHA 3bfba0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8eca40 - Browse repository at this point
Copy the full SHA e8eca40View commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb702cd - Browse repository at this point
Copy the full SHA fb702cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda73c9 - Browse repository at this point
Copy the full SHA bda73c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe6dfd - Browse repository at this point
Copy the full SHA 2fe6dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d163536 - Browse repository at this point
Copy the full SHA d163536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787e162 - Browse repository at this point
Copy the full SHA 787e162View commit details -
r/aws_default_route_table: Add 'core_network_arn' argument to 'route'…
… configuration block.
Configuration menu - View commit details
-
Copy full SHA for 9411929 - Browse repository at this point
Copy the full SHA 9411929View commit details -
r/aws_vpn_connection: Add 'core_network_arn' and 'core_network_attach…
…ment_arn' attributes.
Configuration menu - View commit details
-
Copy full SHA for 56710c9 - Browse repository at this point
Copy the full SHA 56710c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f6280 - Browse repository at this point
Copy the full SHA b1f6280View commit details -
Configuration menu - View commit details
-
Copy full SHA for a45997c - Browse repository at this point
Copy the full SHA a45997cView commit details