hashicorp / terraform-aws-vault-enterprise-hvd

A Terraform module for provisioning and installing Vault Enterprise on AWS EC2 as described in HashiCorp Validated Designs
Mozilla Public License 2.0
1 stars 5 forks source link

enh: Specify minmum required versions for all providers #7

Open kalenarndt opened 2 months ago

kalenarndt commented 2 months ago

Issue

There isn't any indication on the version of the AWS provider as well as the minimum required terraform version for the module

https://github.com/hashicorp/terraform-aws-vault-enterprise-hvd/blob/936c1617c480253c53068dbe121967047c52c5b6/terraform.tf#L1-L10

Recommendation

Specify the required versions within the block and utilize pessimistic constraint operators to control major version releases from being utilized until they have been tested.

ml4 commented 2 months ago

Thanks for raising @kalenarndt