terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
292 stars 556 forks source link

Unable to set throughput on root_block_device. #159

Closed mhall-openvault closed 3 years ago

mhall-openvault commented 3 years ago

The throughput parameter is not exposed on the root_block_device and therefore can not be set on the autoscaling group to get faster disks.

antonbabenko commented 3 years ago

Right now this is not supported by the module but it is already supported by Terraform AWS provider - https://github.com/hashicorp/terraform-provider-aws/pull/19632

PR is welcome.

mhall-openvault commented 3 years ago

I made a pull request for the change. See #160.

github-actions[bot] commented 1 year ago

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.