You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
If used with terraform < 0.13 (I used 0.12.31), this will fail with an error like:
Seems like this should specify a minimum version of 0.13
The text was updated successfully, but these errors were encountered: