Version 1.16 breaks in aws_instance resources in govcloud #4372
Labels
bug
Addresses a defect in current functionality.
partition/aws-us-gov
Pertains to the aws-us-gov partition.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Hi there,
Terraform Version
0.11.1
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Picture a .tf file with a vanilla aws_instance resource in it.
Debug Output
This is probably the only thing of importance here.
"DEBUG: Validate Response ec2/DescribeInstanceCreditSpecifications failed, not retrying, error UnsupportedOperation: The functionality you requested is not available in this region."
Expected Behavior
The plan should have executed successfully.
Actual Behavior
"aws_instance.instance-4: aws_instance.instance-4:: UnsupportedOperation: The functionality you requested is not available in this region.
status code: 400, request id: a6ff93d2-88bc-48c8-ade0-9992009c1fd0"
Steps to Reproduce
terraform plan
Important Factoids
Pinning to version 1.15 works as expected.
The text was updated successfully, but these errors were encountered: