aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

Missing regions from costandusagereportservice > types.AWSRegion

Open ben-ganley opened this issue 9 months ago • 0 comments

Acknowledgements

  • [x] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
  • [x] I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)

Describe the bug

The github.com/aws/aws-sdk-go-v2/service/costandusagereportservice/types.AWSRegion enum is missing regions such as ap-southeast-5.

It is possible to create CUR with buckets in this region via the console but when attempted with Terraform that uses this enum as part of its validation, the process will fail due to the validation error.

Regression Issue

  • [ ] Select this option if this issue appears to be a regression.

Expected Behavior

The SDK should allow creation of this resource in ap-southeast-5

Current Behavior

Due to the missing region, Terraform's use of this enum causes the validation to fail.

Reproduction Steps

.

Possible Solution

Update the enum with all supported regions.

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

.

Compiler and Version used

.

Operating System and version

.

ben-ganley avatar Mar 04 '25 20:03 ben-ganley