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
Now that some platforms are using CAPI by default, an error during the
tfvars asset generation can be confusing by making it look like we're
still using terraform:
```
05-19 17:36:32.935 level=fatal msg=failed to fetch Terraform Variables: failed to fetch dependency of "Terraform Variables": failed to generate asset "Platform Provisioning Check": baseDomain: Invalid value: "qe.devcluster.openshift.com": the zone already has record sets for the domain of the cluster: [api.gpei-0519a.qe.devcluster.openshift.com. (A)]
```
By changing the asset's name and leaving the rest unchanged, we can
eliminate such confusion and avoid breaking other platforms still using
terraform, until we're ready to stop generating tfvars json files
altogether.
0 commit comments