-
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
aws_vpc: Add arn as an attribute for aws_vpc #5300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @MattMcNam! Thanks! 🚀
16 tests passed (all tests)
=== RUN TestAccAWSDefaultVpc_basic
--- PASS: TestAccAWSDefaultVpc_basic (14.16s)
=== RUN TestAccAWSVpc_basic
--- PASS: TestAccAWSVpc_basic (17.48s)
=== RUN TestAccAWSVpc_dedicatedTenancy
--- PASS: TestAccAWSVpc_dedicatedTenancy (18.44s)
=== RUN TestAccDataSourceAwsVpc_ipv6Associated
--- PASS: TestAccDataSourceAwsVpc_ipv6Associated (23.69s)
=== RUN TestAccAWSVpc_importBasic
--- PASS: TestAccAWSVpc_importBasic (23.64s)
=== RUN TestAccAWSVpc_coreMismatchedDiffs
--- PASS: TestAccAWSVpc_coreMismatchedDiffs (27.73s)
=== RUN TestAccAWSVpc_classiclinkDnsSupportOptionSet
--- PASS: TestAccAWSVpc_classiclinkDnsSupportOptionSet (28.32s)
=== RUN TestAccAWSVpc_update
--- PASS: TestAccAWSVpc_update (28.99s)
=== RUN TestAccAWSVpc_bothDnsOptionsSet
--- PASS: TestAccAWSVpc_bothDnsOptionsSet (34.42s)
=== RUN TestAccDataSourceAwsVpc_multipleCidr
--- PASS: TestAccDataSourceAwsVpc_multipleCidr (34.69s)
=== RUN TestAccAWSVpc_classiclinkOptionSet
--- PASS: TestAccAWSVpc_classiclinkOptionSet (35.57s)
=== RUN TestAccAWSVpc_DisabledDnsSupport
--- PASS: TestAccAWSVpc_DisabledDnsSupport (36.94s)
=== RUN TestAccAWSVpc_tags
--- PASS: TestAccAWSVpc_tags (38.42s)
=== RUN TestAccDataSourceAwsVpc_basic
--- PASS: TestAccDataSourceAwsVpc_basic (39.21s)
=== RUN TestAccAWSVpc_enableIpv6
--- PASS: TestAccAWSVpc_enableIpv6 (40.11s)
=== RUN TestAccAWSVpc_modifyTenancy
--- PASS: TestAccAWSVpc_modifyTenancy (46.84s)
Ha after I merged this, I realize I neglected to mention that documentation was missing in:
I'll go ahead an get the attribute added in the documentation right now so its not lost. Sorry about that! |
Ah of course, completely slipped my mind. Thanks @bflad! |
This has been released in version 1.29.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Fixes #5027
Changes proposed in this pull request:
Output from acceptance testing:
Output from Terraform test: