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
The terraform-exec library currently does not support executing Terraform commands with multiple .tfvars files (source). Consul NIA needs to pass at least 2 variable definition files, one for service info terraform.tfvars and one for dynamic user inputs from user configs task.variables_file.
Until hashicorp/terraform-exec#33 is resolved, user input variables will not work and cause an error during TF plan/apply. Running Consul NIA with a configured task.variables_file will result in a Terraform error along the lines of:
Error: "<variable>": required field is not set
Null values are not allowed for this attribute value.
The text was updated successfully, but these errors were encountered:
The
terraform-exec
library currently does not support executing Terraform commands with multiple.tfvars
files (source). Consul NIA needs to pass at least 2 variable definition files, one for service infoterraform.tfvars
and one for dynamic user inputs from user configstask.variables_file
.Until hashicorp/terraform-exec#33 is resolved, user input variables will not work and cause an error during TF plan/apply. Running Consul NIA with a configured
task.variables_file
will result in a Terraform error along the lines of:The text was updated successfully, but these errors were encountered: