-
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
CRITICAL: aws_instance.root_block_device.volume_size not working in AWS "Govcloud" region #4469
Comments
Sorry for the "CRITICAL" title, but this is causing huge issues for us right now. We currently can't run our Terraform scripts because it will delete and recreate all of our EC2 instances every time. We had scheduled some downtime last night and rebuilt our entire production cluster. Today, our servers have been crashing due to being out of disk space. I'm having to rebuild them manually one by one :( Please help |
The fix for this will be released in v1.18.0 of the AWS provider, later today. This bug has been present for a very long time but only surfaces under very specific conditions depending on EC2 API caching of different |
Thanks so much. You guys are awesome! |
This has been released in version 1.18.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I have confirmed that this issue is resolved for us with v1.18.0. Thanks again! |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
This should create an instance with a root device of 50gb
Actual Behavior
Terraform creates a new instance with 2 devices.
Steps to Reproduce
terraform apply
terraform apply
a second time and see that Terraform wants to delete and recreate the instance because the root device size is not correctImportant Factoids
This is only happening when run in the AWS "Govcloud" region. The "East 1" regions works fine.
The text was updated successfully, but these errors were encountered: