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
My trigger configuration looks like this below. In Atlas console I have turned on the Enable Extended JSON option that does not exist in terraform provider. Any time I set up a new trigger or change anything in the existing one, my config is overwritten by terraform... What can I do to prevent that?
Thanks for opening this issue! Please make sure you've followed our guidelines when opening the issue. In short, to help us reproduce the issue we need:
Terraform configuration file used to reproduce the issue
Terraform log files from the run where the issue occurred
Terraform Atlas provider version used to reproduce the issue
Terraform version used to reproduce the issue
Confirmation if Terraform OSS, Terraform Cloud, or Terraform Enterprise deployment
The ticket CLOUDP-289410 was created for internal tracking.
I've been able to reproduce the issue. It happens because the API Update operation is PUT so it will update all attributes, if not sent they'll be reset.
We've added this item to our backlog, we'll keep this issue open in the meantime
Is there an existing issue for this?
Provider Version
v1.22.0
Terraform Version
v1.7.5
Terraform Edition
Terraform Open Source (OSS)
Current Behavior
My trigger configuration looks like this below. In Atlas console I have turned on the
Enable Extended JSON
option that does not exist in terraform provider. Any time I set up a new trigger or change anything in the existing one, my config is overwritten by terraform... What can I do to prevent that?Terraform configuration to reproduce the issue
Steps To Reproduce
Logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: