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
Terraform should make the AMI 20 GB like the snapshot I'm trying to make the AMI from. As stated in the manual: If snapshot_id is set and volume_size is omitted then the volume will have the same size as the selected snapshot.
Actual Behavior
Terraform tries to make a 0GB AMI and amazon complains.
Steps to Reproduce
terraform plan -out plan && terraform apply plan
Workaround
Specify volume_size = 20 #GB or whatever size fits your snapshot.
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 16, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
Terraform Version
Terraform v0.8.5
Terraform v0.7.5
(the only two versions I tested)
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform should make the AMI 20 GB like the snapshot I'm trying to make the AMI from. As stated in the manual:
If snapshot_id is set and volume_size is omitted then the volume will have the same size as the selected snapshot.
Actual Behavior
Terraform tries to make a 0GB AMI and amazon complains.
Steps to Reproduce
terraform plan -out plan && terraform apply plan
Workaround
Specify
volume_size = 20 #GB
or whatever size fits your snapshot.The text was updated successfully, but these errors were encountered: