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.
When there are conflicting fields and we late initialize all of them, they all end up in our parameters and then terraform returns error after the first late-init saying there are conflicting fields, like "network_interface": conflicts with private_ip
How could Terrajet help solve your problem?
We could either skip late initialization of such fields or make the FileProducer smarter by adding logic to not write conflicting fields into the main.tf.json but that could be challenging since we don't know which fields are given by user and which of them are late-inited. Best solution could be to make terraform to skip conflict errors but I couldn't find a way to do that.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What problem are you facing?
When there are conflicting fields and we late initialize all of them, they all end up in our parameters and then
terraform
returns error after the first late-init saying there are conflicting fields, like"network_interface": conflicts with private_ip
How could Terrajet help solve your problem?
We could either skip late initialization of such fields or make the
FileProducer
smarter by adding logic to not write conflicting fields into themain.tf.json
but that could be challenging since we don't know which fields are given by user and which of them are late-inited. Best solution could be to maketerraform
to skip conflict errors but I couldn't find a way to do that.The text was updated successfully, but these errors were encountered: