Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
The module is not clear on what the actual required minimum version of Terraform is.
- The
versions.tf
file specifies that Terraform 1.2 or higher will work. - The
README.md
has instructions for running on Terraform 0.12, which would suggest that 0.12 and higher would all work. - The
variables.tf
file makes use ofoptional()
, which requires Terraform 1.3 or higher.
This leads me to believe the actual minimum version is 1.3, in which case I'd recommend updating versions.tf
to reflect that, and removing references to 0.12 and 0.13 from the README.
I'm happy to make this change if a maintainer agrees that supported versions actually are 1.3+.
New or Affected Resource(s)/Data Source(s)
n/a
Potential Terraform Configuration
No response
References
No response
Metadata
Assignees
Labels
No labels