You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.
The text was updated successfully, but these errors were encountered:
lucix-aws
added
service-api
This issue is due to a problem in a service API, not the SDK implementation.
and removed
needs-triage
This issue or PR still needs to be triaged.
bug
This issue is a bug.
labels
Mar 4, 2025
Acknowledgements
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
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
.
The text was updated successfully, but these errors were encountered: