Open kalenarndt opened 2 months ago
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
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.
Thanks for raising @kalenarndt
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.