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
I am trying to bring our existing OpsGenie setup under Terraform control. However, I can not import an existing team that was created using the Web UI to terraform, because terraform plan shows that it will delete the team members. Setting ignore_members = true has no effect.
I am trying to bring our existing OpsGenie setup under Terraform control. However, I can not import an existing team that was created using the Web UI to terraform, because
terraform plan
shows that it will delete the team members. Settingignore_members = true
has no effect.Terraform Version
Terraform v1.9.1
on linux_amd64
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Terraform plan should show that the existing team will be imported without changing its members.
Actual Behavior
Terraform plan showed that all current members would be removed from the team.
The text was updated successfully, but these errors were encountered: