-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
cloudfront.hosted_zone_id is wrong in China #15223
Comments
Related docs: https://docs.amazonaws.cn/en_us/aws/latest/userguide/route53.html |
this isn't an enhancement, this is a bug 💯 % |
nice catch @mgzenitech ! updated 👍 |
This functionality has been released in v3.68.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
When using
hosted_zone_id
ofaws_cloudfront_distribution
it returns a hardcoded value of Z2FDTNDATAQYW2. This value is different for AWS in China and should be Z3RFFRIM2A3IF5 instead.Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
References
I believe assumption is coming from:
https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/cloudfront_distribution_configuration_structure.go#L24
The text was updated successfully, but these errors were encountered: