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
I'm trying to create my own stage3 config using 3-gke-dev and 3-gcve-dev as examples. It seems that the stage_config variable defined in the stage3 configs conflicts with the stage_config variable defined by the resman stage, am I missing something?
The variable.tf file in the stage3 config defines it as an object with "name" and "environment", while the resman stage outputs a list of objects.
Note I haven't actually run the gcve or gke stages, so I apologize for the lack of confirmation with the existing code.
Release version
v38.0.0
Terraform version
v1.11.2
Steps to reproduce
Run terraform plan on a stage3 config
Expected behavior
Successful run
Actual behavior
Error:
Error: Invalid value for input variable
The given value is not suitable for var.stage_config declared at variables.tf:15,1-24: attributes "environment" and "name" are required.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Affected components
The problem
I'm trying to create my own stage3 config using 3-gke-dev and 3-gcve-dev as examples. It seems that the stage_config variable defined in the stage3 configs conflicts with the stage_config variable defined by the resman stage, am I missing something?
The variable.tf file in the stage3 config defines it as an object with "name" and "environment", while the resman stage outputs a list of objects.
Note I haven't actually run the gcve or gke stages, so I apologize for the lack of confirmation with the existing code.
Release version
v38.0.0
Terraform version
v1.11.2
Steps to reproduce
Run terraform plan on a stage3 config
Expected behavior
Successful run
Actual behavior
Error:
Error: Invalid value for input variable
The given value is not suitable for var.stage_config declared at variables.tf:15,1-24: attributes "environment" and "name" are required.
Additional context
No response
The text was updated successfully, but these errors were encountered: