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

VPCRegion of route53 service lacks support of cn-northwest-1 #2866

Closed
2 tasks done
Monster-Zhu opened this issue Jul 19, 2024 · 3 comments
Closed
2 tasks done

VPCRegion of route53 service lacks support of cn-northwest-1 #2866

Monster-Zhu opened this issue Jul 19, 2024 · 3 comments
Assignees
Labels
bug This issue is a bug. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@Monster-Zhu
Copy link

Acknowledgements

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:

│ Error: expected vpc_region to be one of ["us-east-1" "us-east-2" "us-west-1" "us-west-2" "eu-west-1" "eu-west-2" "eu-west-3" "eu-central-1" "eu-central-2" "ap-east-1" "me-south-1" "us-gov-west-1" "us-gov-east-1" "us-iso-east-1" "us-iso-west-1" "us-isob-east-1" "me-central-1" "ap-southeast-1" "ap-southeast-2" "ap-southeast-3" "ap-south-1" "ap-south-2" "ap-northeast-1" "ap-northeast-2" "ap-northeast-3" "eu-north-1" "sa-east-1" "ca-central-1" "cn-north-1" "af-south-1" "eu-south-1" "eu-south-2" "ap-southeast-4" "il-central-1" "ca-west-1"], got cn-northwest-1

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

@Monster-Zhu Monster-Zhu added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jul 19, 2024
@RanVaknin RanVaknin self-assigned this Jul 19, 2024
@RanVaknin
Copy link
Contributor

Hi @Monster-Zhu ,

Thanks for opening this issue. I can see that this enum value is in fact missing from VPCRegion.

I have created an internal ticket with the R53 service team to fix their model (#P142774903)

Moving to Cross SDK repo for tracking.
Thanks,
Ran~

@RanVaknin RanVaknin removed the needs-triage This issue or PR still needs to be triaged. label Jul 19, 2024
@RanVaknin RanVaknin transferred this issue from aws/aws-sdk-go-v2 Jul 19, 2024
@RanVaknin RanVaknin added the service-api This issue is due to a problem in a service API, not the SDK implementation. label Jul 19, 2024
@RanVaknin RanVaknin transferred this issue from aws/aws-sdk Oct 30, 2024
@RanVaknin
Copy link
Contributor

The change has been made and will go out in Tomorrow's release.

Thanks,
Ran~

Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants