hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

New Resource: aws_ec2_transit_gateway_default_route_table_propagation #39517

Closed drewtul closed 1 month ago

drewtul commented 1 month ago

Description

Add aws_ec2_transit_gateway_default_route_table_propagation for setting the default propagation route table on a transit gateway.

Relations

Depends on #39496 Closes #35085

References

Output from Acceptance Testing

%  make testacc TESTS='TestAccTransitGateway_serial/DefaultRouteTablePropagation_' PKG=ec2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.1 test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccTransitGateway_serial/DefaultRouteTablePropagation_'  -timeout 360m
=== RUN   TestAccTransitGateway_serial
=== PAUSE TestAccTransitGateway_serial
=== CONT  TestAccTransitGateway_serial
=== RUN   TestAccTransitGateway_serial/DefaultRouteTablePropagation_basic
=== PAUSE TestAccTransitGateway_serial/DefaultRouteTablePropagation_basic
=== RUN   TestAccTransitGateway_serial/DefaultRouteTablePropagation_disappears
=== PAUSE TestAccTransitGateway_serial/DefaultRouteTablePropagation_disappears
=== CONT  TestAccTransitGateway_serial/DefaultRouteTablePropagation_basic
=== CONT  TestAccTransitGateway_serial/DefaultRouteTablePropagation_disappears
--- PASS: TestAccTransitGateway_serial (0.00s)
    --- PASS: TestAccTransitGateway_serial/DefaultRouteTablePropagation_basic (180.25s)
    --- PASS: TestAccTransitGateway_serial/DefaultRouteTablePropagation_disappears (180.47s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        185.203s
github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

For Submitters

github-actions[bot] commented 1 month ago

Thank you for your contribution! :rocket:

Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the go.mod or go.sum files and commit them into this pull request.

Additional details:

ewbankkit commented 1 month ago

@drewtul Thanks for the contribution :tada: :clap:.

github-actions[bot] commented 1 month ago

This functionality has been released in v5.70.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 1 week ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.