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

ec2/subnet: Availability zone ID not supported in all partitions #22580

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

YakDriver
Copy link
Member

@YakDriver YakDriver commented Jan 13, 2022

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 #18593

Output from acceptance testing:

% make testacc TESTS=TestAccEC2Subnet_ PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2Subnet_'  -timeout 180m
--- SKIP: TestAccEC2Subnet_customerOwnedIPv4Pool (2.08s)
--- SKIP: TestAccEC2Subnet_outpost (2.08s)
--- SKIP: TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch (2.33s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag (7.76s)
--- PASS: TestAccEC2Subnet_disappears (51.34s)
--- PASS: TestAccEC2Subnet_basic (56.08s)
--- PASS: TestAccEC2Subnet_availabilityZoneID (56.18s)
--- PASS: TestAccEC2Subnet_ipv6Native (65.43s)
--- PASS: TestAccEC2Subnet_DefaultTags_updateToProviderOnly (83.95s)
--- PASS: TestAccEC2Subnet_DefaultTags_updateToResourceOnly (86.71s)
--- PASS: TestAccEC2Subnet_ignoreTags (96.45s)
--- PASS: TestAccEC2Subnet_defaultAndIgnoreTags (97.21s)
--- PASS: TestAccEC2Subnet_updateTagsKnownAtApply (98.50s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag (106.86s)
--- PASS: TestAccEC2Subnet_tags (107.68s)
--- PASS: TestAccEC2Subnet_enableIPv6 (111.45s)
--- PASS: TestAccEC2Subnet_ipv6 (111.70s)
--- PASS: TestAccEC2Subnet_DefaultTags_providerOnly (112.44s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag (112.76s)
--- PASS: TestAccEC2Subnet_mapPublicIPOnLaunch (130.21s)
--- PASS: TestAccEC2Subnet_enableDNS64 (130.88s)
--- PASS: TestAccEC2Subnet_privateDnsNameOptionsOnLaunch (174.31s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	177.807s

GovCloud:

% make testacc TESTS=TestAccEC2Subnet_ PKG=ec2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccEC2Subnet_'  -timeout 180m
--- SKIP: TestAccEC2Subnet_customerOwnedIPv4Pool (2.09s)
--- SKIP: TestAccEC2Subnet_mapCustomerOwnedIPOnLaunch (2.17s)
--- SKIP: TestAccEC2Subnet_outpost (2.44s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_duplicateTag (4.75s)
--- PASS: TestAccEC2Subnet_disappears (34.91s)
--- PASS: TestAccEC2Subnet_basic (37.66s)
--- PASS: TestAccEC2Subnet_availabilityZoneID (39.15s)
--- PASS: TestAccEC2Subnet_ipv6Native (52.40s)
--- PASS: TestAccEC2Subnet_DefaultTags_updateToProviderOnly (57.43s)
--- PASS: TestAccEC2Subnet_DefaultTags_updateToResourceOnly (58.35s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_nonOverlappingTag (66.88s)
--- PASS: TestAccEC2Subnet_DefaultTags_providerOnly (68.55s)
--- PASS: TestAccEC2Subnet_DefaultTagsProviderAndResource_overlappingTag (70.74s)
--- PASS: TestAccEC2Subnet_ignoreTags (72.86s)
--- PASS: TestAccEC2Subnet_defaultAndIgnoreTags (72.91s)
--- PASS: TestAccEC2Subnet_updateTagsKnownAtApply (75.43s)
--- PASS: TestAccEC2Subnet_tags (84.90s)
--- PASS: TestAccEC2Subnet_enableIPv6 (90.12s)
--- PASS: TestAccEC2Subnet_ipv6 (90.22s)
--- PASS: TestAccEC2Subnet_mapPublicIPOnLaunch (119.75s)
--- PASS: TestAccEC2Subnet_enableDNS64 (123.11s)
--- PASS: TestAccEC2Subnet_privateDnsNameOptionsOnLaunch (174.46s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	176.301s

@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. service/ec2 Issues and PRs that pertain to the ec2 service. size/XS Managed by automation to categorize the size of a PR. labels Jan 13, 2022
@YakDriver YakDriver added this to the v3.72.0 milestone Jan 13, 2022
@YakDriver YakDriver added the partition/aws-iso Pertains to the aws-iso partition. label Jan 13, 2022
@YakDriver YakDriver merged commit 722a96b into main Jan 13, 2022
@YakDriver YakDriver deleted the f-subnet-az-id-iso branch January 13, 2022 20:59
@github-actions
Copy link

This functionality has been released in v3.72.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!

@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
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. partition/aws-iso Pertains to the aws-iso partition. 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.

1 participant