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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
ulucinar
changed the title
Add NameFilter to skip late-initialization of configured Terraformed fields
Support configuring late-initialization behavior during code-generation pipelines
Oct 7, 2021
What problem are you facing?
When trying #77 with
provider-tf-azure
on a v1alpha1.KubernetesCluster resource, it turns out that tfstate contains both:and
And the late initialization logic initializes both arrays with a zero-valued
Identity[0].UserAssignedIdentityID
, which is not allowed.How could Terrajet help solve your problem?
We need to be able to configure late-initialization behavior of certain Terraformed resources via the resource configuration machinery.
The text was updated successfully, but these errors were encountered: