-
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
tags: check that tags_all
is not null
#34073
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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.
LGTM 🚀.
CHANGELOG entry? |
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.
LGTM 🎉
% make testacc TESTARGS='-run=TestAccVPC_ -short' PKG=vpc
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run=TestAccVPC_ -short -timeout 360m
--- SKIP: TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup (0.86s)
=== CONT TestAccVPC_DefaultTags_zeroValue
--- PASS: TestAccVPC_disappears (118.66s)
=== CONT TestAccVPC_tags_null
--- PASS: TestAccVPC_basic (149.79s)
=== CONT TestAccVPC_updateDNSHostnames
--- PASS: TestAccVPC_disabledDNSSupport (163.11s)
=== CONT TestAccVPC_tenancy
--- PASS: TestAccVPC_enableNetworkAddressUsageMetrics (164.22s)
--- PASS: TestAccVPC_bothDNSOptionsSet (164.56s)
--- PASS: TestAccVPC_tags_computed (210.49s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_duplicateTag (228.00s)
--- PASS: TestAccVPC_tags_null (129.80s)
--- PASS: TestAccVPC_DynamicResourceTags_ignoreChanges (263.35s)
--- PASS: TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges (266.77s)
--- PASS: TestAccVPC_ignoreTags (268.40s)
--- PASS: TestAccVPC_defaultAndIgnoreTags (268.94s)
--- PASS: TestAccVPC_DefaultTags_updateToResourceOnly (285.82s)
--- PASS: TestAccVPC_DefaultTags_updateToProviderOnly (301.01s)
--- PASS: TestAccVPC_tags (305.03s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_moveDuplicateTags (322.73s)
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlock (324.45s)
--- PASS: TestAccVPC_updateDNSHostnames (178.32s)
--- PASS: TestAccVPC_tenancy (201.21s)
--- PASS: TestAccVPC_DefaultTags_zeroValue (377.29s)
--- PASS: TestAccVPC_DefaultTags_providerOnlyTestAccVPC_DefaultTags_providerOnly (381.63s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_overlappingTag (382.00s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag (382.46s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ec2 386.034s
This functionality has been released in v5.23.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! |
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. |
Description
Guard against
tags_all
beingnull
Relations
Closes #33995
References
Output from Acceptance Testing