VPCRegion of route53 service lacks support of cn-northwest-1 #2866
Labels
bug
This issue is a bug.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
The type VPCRegion in route53 service lacks support of "cn-northwest-1" which prevents us from creating aws_route53_zone_association and aws_route53_vpc_association_authorization resources in cn-northwest-1 region by terraform which relies on aws-sdk-go-v2 to check the input of vpc_region:
Expected Behavior
aws_route53_zone_association and aws_route53_vpc_association_authorization can be created successfully
Current Behavior
aws_route53_zone_association and aws_route53_vpc_association_authorization failed to create with error:
Reproduction Steps
Refer to: hashicorp/terraform-provider-aws#38403
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2/service/route53 v1.42.3
github.com/aws/aws-sdk-go-v2 v1.30.3
Compiler and Version used
1.22.5
Operating System and version
macOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: