Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require minimum terraform version #6

Closed
jaydgruber opened this issue Jun 30, 2022 · 1 comment
Closed

Require minimum terraform version #6

jaydgruber opened this issue Jun 30, 2022 · 1 comment

Comments

@jaydgruber
Copy link

If used with terraform < 0.13 (I used 0.12.31), this will fail with an error like:

Error: Custom variable validation is experimental

  on .terraform/modules/deepmerge/variables.tf line 4, in variable "maps":
    4:     validation {

This feature is currently an opt-in experiment, subject to change in future
releases based on feedback.

Activate the feature for this module by adding variable_validation to the list
of active experiments.

Seems like this should specify a minimum version of 0.13

@KyleKotowick
Copy link
Contributor

Fixed in v0.1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants