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_internet_gateway: Correct the ARN account id #17803

Merged

Conversation

shuheiktgw
Copy link
Collaborator

@shuheiktgw shuheiktgw commented Feb 24, 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 #16978

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSInternetGateway_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSInternetGateway_ -timeout 120m
=== RUN   TestAccAWSInternetGateway_basic
=== PAUSE TestAccAWSInternetGateway_basic
=== RUN   TestAccAWSInternetGateway_delete
=== PAUSE TestAccAWSInternetGateway_delete
=== RUN   TestAccAWSInternetGateway_tags
=== PAUSE TestAccAWSInternetGateway_tags
=== RUN   TestAccAWSInternetGateway_disappears
=== PAUSE TestAccAWSInternetGateway_disappears
=== CONT  TestAccAWSInternetGateway_basic
=== CONT  TestAccAWSInternetGateway_disappears
=== CONT  TestAccAWSInternetGateway_tags
=== CONT  TestAccAWSInternetGateway_delete
--- PASS: TestAccAWSInternetGateway_disappears (54.14s)
--- PASS: TestAccAWSInternetGateway_delete (89.57s)
--- PASS: TestAccAWSInternetGateway_basic (113.91s)
--- PASS: TestAccAWSInternetGateway_tags (135.44s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	137.543s

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

Thank you for your review!

@shuheiktgw shuheiktgw requested a review from a team as a code owner February 24, 2021 21:38
@ghost ghost added size/XS Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/ec2 Issues and PRs that pertain to the ec2 service. labels Feb 24, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 24, 2021
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

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

LGTM.

$ ACCTEST_PARALLELISM=2 make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_ -timeout 120m
=== RUN   TestAccDataSourceAwsInternetGateway_typical
=== PAUSE TestAccDataSourceAwsInternetGateway_typical
=== RUN   TestAccAWSInternetGateway_basic
=== PAUSE TestAccAWSInternetGateway_basic
=== RUN   TestAccAWSInternetGateway_delete
=== PAUSE TestAccAWSInternetGateway_delete
=== RUN   TestAccAWSInternetGateway_tags
=== PAUSE TestAccAWSInternetGateway_tags
=== RUN   TestAccAWSInternetGateway_disappears
=== PAUSE TestAccAWSInternetGateway_disappears
=== CONT  TestAccDataSourceAwsInternetGateway_typical
=== CONT  TestAccAWSInternetGateway_tags
--- PASS: TestAccDataSourceAwsInternetGateway_typical (33.05s)
=== CONT  TestAccAWSInternetGateway_disappears
--- PASS: TestAccAWSInternetGateway_disappears (31.14s)
=== CONT  TestAccAWSInternetGateway_delete
--- PASS: TestAccAWSInternetGateway_tags (81.49s)
=== CONT  TestAccAWSInternetGateway_basic
--- PASS: TestAccAWSInternetGateway_delete (51.40s)
--- PASS: TestAccAWSInternetGateway_basic (74.91s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	156.513s

@breathingdust
Copy link
Member

LGTM 🚀 Thanks @shuheiktgw!

Verified Acceptance Tests in Commercial (us-west-2)

ACCTEST_PARALLELISM=2 make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_ -timeout 120m
=== RUN   TestAccDataSourceAwsInternetGateway_typical
=== PAUSE TestAccDataSourceAwsInternetGateway_typical
=== RUN   TestAccAWSInternetGateway_basic
=== PAUSE TestAccAWSInternetGateway_basic
=== RUN   TestAccAWSInternetGateway_delete
=== PAUSE TestAccAWSInternetGateway_delete
=== RUN   TestAccAWSInternetGateway_tags
=== PAUSE TestAccAWSInternetGateway_tags
=== RUN   TestAccAWSInternetGateway_disappears
=== PAUSE TestAccAWSInternetGateway_disappears
=== CONT  TestAccDataSourceAwsInternetGateway_typical
=== CONT  TestAccAWSInternetGateway_tags
--- PASS: TestAccDataSourceAwsInternetGateway_typical (27.94s)
=== CONT  TestAccAWSInternetGateway_disappears
--- PASS: TestAccAWSInternetGateway_disappears (24.34s)
=== CONT  TestAccAWSInternetGateway_delete
--- PASS: TestAccAWSInternetGateway_tags (62.99s)
=== CONT  TestAccAWSInternetGateway_basic
--- PASS: TestAccAWSInternetGateway_delete (41.48s)
--- PASS: TestAccAWSInternetGateway_basic (58.24s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	124.049s

Verified Acceptance Tests in GovCloud (us-gov-west-1)

ACCTEST_PARALLELISM=2 make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 2 -run=TestAccAWSInternetGateway_\|TestAccDataSourceAwsInternetGateway_ -timeout 120m
=== RUN   TestAccDataSourceAwsInternetGateway_typical
=== PAUSE TestAccDataSourceAwsInternetGateway_typical
=== RUN   TestAccAWSInternetGateway_basic
=== PAUSE TestAccAWSInternetGateway_basic
=== RUN   TestAccAWSInternetGateway_delete
=== PAUSE TestAccAWSInternetGateway_delete
=== RUN   TestAccAWSInternetGateway_tags
=== PAUSE TestAccAWSInternetGateway_tags
=== RUN   TestAccAWSInternetGateway_disappears
=== PAUSE TestAccAWSInternetGateway_disappears
=== CONT  TestAccDataSourceAwsInternetGateway_typical
=== CONT  TestAccAWSInternetGateway_tags
--- PASS: TestAccDataSourceAwsInternetGateway_typical (23.07s)
=== CONT  TestAccAWSInternetGateway_delete
--- PASS: TestAccAWSInternetGateway_tags (48.21s)
=== CONT  TestAccAWSInternetGateway_basic
--- PASS: TestAccAWSInternetGateway_delete (32.09s)
=== CONT  TestAccAWSInternetGateway_disappears
--- PASS: TestAccAWSInternetGateway_disappears (21.07s)
--- PASS: TestAccAWSInternetGateway_basic (48.21s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	98.979s

@breathingdust breathingdust merged commit 8175e4e into hashicorp:main Mar 17, 2021
@ghost
Copy link

ghost commented Apr 17, 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 Apr 17, 2021
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 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. provider Pertains to the provider itself, rather than any interaction with AWS. service/ec2 Issues and PRs that pertain to the ec2 service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants