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

d/aws_route_table: AWS Wavelength support #17001

Merged
merged 5 commits into from
Feb 18, 2021

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Jan 6, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #14518.
Relates #13624.

Builds on #14016.

Output from acceptance testing:

$ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsRouteTable_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsRouteTable_ -timeout 120m
=== RUN   TestAccDataSourceAwsRouteTable_basic
=== PAUSE TestAccDataSourceAwsRouteTable_basic
=== RUN   TestAccDataSourceAwsRouteTable_main
=== PAUSE TestAccDataSourceAwsRouteTable_main
=== CONT  TestAccDataSourceAwsRouteTable_basic
=== CONT  TestAccDataSourceAwsRouteTable_main
--- PASS: TestAccDataSourceAwsRouteTable_main (19.21s)
--- PASS: TestAccDataSourceAwsRouteTable_basic (33.59s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	33.695s

@ewbankkit ewbankkit requested a review from a team as a code owner January 6, 2021 18:32
@ghost ghost added size/L Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Jan 6, 2021
@@ -185,14 +204,25 @@ func dataSourceAwsRouteTableRead(d *schema.ResourceData, meta interface{}) error
rt := resp.RouteTables[0]

d.SetId(aws.StringValue(rt.RouteTableId))

ownerID := aws.StringValue(rt.OwnerId)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #16978.

Base automatically changed from master to main January 23, 2021 01:00
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. and removed size/L Managed by automation to categorize the size of a PR. labels Jan 24, 2021
@ewbankkit ewbankkit force-pushed the f-d/aws_route_table-wavelength branch from e93313a to 7716ec0 Compare February 13, 2021 22:02
@ghost ghost added size/M Managed by automation to categorize the size of a PR. and removed size/XL Managed by automation to categorize the size of a PR. labels Feb 13, 2021
@YakDriver YakDriver self-assigned this Feb 18, 2021
Acceptance test output:

$ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsRouteTable_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsRouteTable_ -timeout 120m
=== RUN   TestAccDataSourceAwsRouteTable_basic
=== PAUSE TestAccDataSourceAwsRouteTable_basic
=== RUN   TestAccDataSourceAwsRouteTable_main
=== PAUSE TestAccDataSourceAwsRouteTable_main
=== CONT  TestAccDataSourceAwsRouteTable_basic
=== CONT  TestAccDataSourceAwsRouteTable_main
--- PASS: TestAccDataSourceAwsRouteTable_main (19.21s)
--- PASS: TestAccDataSourceAwsRouteTable_basic (33.59s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	33.695s
@YakDriver YakDriver force-pushed the f-d/aws_route_table-wavelength branch from 7716ec0 to 4a47d41 Compare February 18, 2021 22:40
@ghost ghost added size/L Managed by automation to categorize the size of a PR. and removed size/M Managed by automation to categorize the size of a PR. labels Feb 18, 2021
Copy link
Member

@YakDriver YakDriver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 🎉

Acceptance tests on GovCloud:

--- PASS: TestAccDataSourceAwsRouteTable_main (22.20s)
--- PASS: TestAccDataSourceAwsRouteTable_basic (36.56s)

us-west-2:

--- PASS: TestAccDataSourceAwsRouteTable_main (18.65s)
--- PASS: TestAccDataSourceAwsRouteTable_basic (33.30s)

@YakDriver YakDriver added this to the v3.29.0 milestone Feb 18, 2021
@YakDriver YakDriver merged commit c891577 into hashicorp:main Feb 18, 2021
@ewbankkit ewbankkit deleted the f-d/aws_route_table-wavelength branch February 19, 2021 13:19
@ghost
Copy link

ghost commented Feb 19, 2021

This has been released in version 3.29.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 for triage. Thanks!

@ghost
Copy link

ghost commented Mar 21, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants