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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
January 23, 2025 Release Notes - 0.2.0
Updates
By default Cloud Guard module will not attempt to provision a target if a target already exists for the requested compartment. This is controlled by the attribute ignore_existing_targets, whose default value is true. Such an attempt would generate an error in Terraform, as only one user-defined target is allowed per compartment. The error can be let to occur by setting the attribute to false.