Support for EFS throughput_mode set to elastic #611
-
Hello, I need to confirm if gruntwork supports the value elastic for the variable throughput_mode. The variables.tf says valid values are only: "bursting", "provisioned" If it is not supported, when can we expect the support to be enabled. Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
hi, https://github.com/gruntwork-io/terraform-aws-data-storage/blob/main/modules/efs/main.tf#L39 |
Beta Was this translation helpful? Give feedback.
-
Thank you for the confirmation. We have updated the reference to use the latest gruntwork release. But, it still won't let us use the throughput_mode as elastic. Could it be that when we run locally it pulls the hashicorp/aws v3.75.2 where it is not yet implemented? |
Beta Was this translation helpful? Give feedback.
-
Hello, Can be tried to upgrade to 4.x version but at this point, EFS module wasn't tested to work with 4.x |
Beta Was this translation helpful? Give feedback.
-
Hey @sewmiuraj, the latest release |
Beta Was this translation helpful? Give feedback.
Hey @sewmiuraj, the latest release
v0.26.0
contain changes to upgrade the modules inside the data storage repo from 3.x.x to 4.22.0 which should give you the capability to use the feature you want. Please try it out and let us know if you have any further problems.