-
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
ec2: Remove remaining empty validation #22948
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.
LGTM 👍
Output of VPC tests:
--- SKIP: TestAccVPC_IpamIpv4BasicNetmask (1.54s)
--- SKIP: TestAccVPC_IpamIpv4BasicExplicitCidr (1.55s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_duplicateTag (5.08s)
--- PASS: TestAccVPC_disappears (847.23s)
--- PASS: TestAccVPC_DefaultTags_updateToResourceOnly (955.87s)
--- PASS: TestAccVPC_basic (955.96s)
--- PASS: TestAccVPC_disabledDNSSupport (956.12s)
--- PASS: TestAccVPC_classicLinkDNSSupportOptionSet (956.39s)
--- PASS: TestAccVPC_classicLinkOptionSet (1008.74s)
--- PASS: TestAccVPC_DefaultTags_updateToProviderOnly (1016.72s)
--- PASS: TestAccVPC_bothDNSOptionsSet (1060.85s)
--- PASS: TestAccVPC_updateDNSHostnames (1116.17s)
--- PASS: TestAccVPC_DynamicResourceTagsMergedWithLocals_ignoreChanges (1135.54s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_nonOverlappingTag (1168.67s)
--- PASS: TestAccVPC_DynamicResourceTags_ignoreChanges (1186.18s)
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlockWithNetworkBorderGroup (1187.93s)
--- PASS: TestAccVPC_DefaultTags_providerOnly (1196.53s)
--- PASS: TestAccVPC_ignoreTags (1198.07s)
--- PASS: TestAccVPC_DefaultTagsProviderAndResource_overlappingTag (1206.34s)
--- PASS: TestAccVPC_defaultAndIgnoreTags (1209.73s)
--- PASS: TestAccVPC_assignGeneratedIPv6CIDRBlock (1210.70s)
--- PASS: TestAccVPC_tenancy (1221.17s)
--- PASS: TestAccVPC_tags (1232.75s)
30b5854
to
e2b1cc3
Compare
This functionality has been released in v4.0.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. |
Community Note
Relates #13943
Output from acceptance testing: