-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Using "snapshot_identifier" with no "allocated_storage" gives an error #109
Comments
Hello, I think the simplest solution is to:
What do you think @antonbabenko? Do you have a better idea? |
is happenning to me now and i am on terraform cloud. I believe the conflict is in Take a look at line 63 and 139 |
I think the majority of the community is tracking the issue at hashicorp/terraform-provider-aws#17712 |
hi all, I believe this was an issue in the upstream AWS provider (hashicorp/terraform-provider-aws#17755) - so closing for now. please feel free to respond or open a new issue if necessary |
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. |
The
allocated_storage
variable is not required when usingsnapshot_identifier
, because the DB instance will use whatever storage size the snapshot used (the documentation also states this)However, if you try to pass
snapshot_identifier
(but notallocated_storage
), you get a type error:Version info:
The text was updated successfully, but these errors were encountered: