-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
does not work with root_block_device type list #18
Comments
my terraform version |
module "ec2" {
root_block_device = [{
volume_type = "gp2"
volume_size = 100
delete_on_termination = true
}]
# the rest is omitted...
} If this does not work, please submit a PR which fixes it. |
it works like charm with your guidance. Thanks for the quick support |
@antonbabenko THANKS FOR THIS! |
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. |
I have an issue with create custom size for root block device for EC2 instance
while root_block_device should be type map
maybe i am wrong because we might have another way to do it with current module code which i could not figure out.
I am happy with pushing a PR for fixing it.
main.tf
The text was updated successfully, but these errors were encountered: