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
Usecase: We are trying to create EKS Cluster using Crossplane and to create multiple Node-groups/launch-templates we are using terraform-provider to dynamically read the details from the claim.yaml
What happened?
Usecase: We are trying to create EKS Cluster using Crossplane and to create multiple Node-groups/launch-templates we are using terraform-provider to dynamically read the details from the claim.yaml
claim.yaml
As per current behavior, terraform-provider gives 2 options to pass variables -
vars
&varFiles
.varFiles
supports data in HCL or JSON format.vars
support data in plain string - flat values only.What environment did it happen in?
Crossplane version: 1.10.1
provider-terraform: 0.2.0
Kubernetes: 1.23
Solution could be to enhance
vars
to take non-flat values as input & internally convert to HCL/JSON to pass to terraform-provider.The text was updated successfully, but these errors were encountered: