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
Updating a service policy outside of Terraform, then updating the Terraform config to match, does not work as intended. This is because GUI operations in Distributed Cloud add additional empty, optional attributes to the policy.
My service policies do not have body_matcher {} and domain_matcher {} configured, for example. These are added by the GUI whether they are populated or not. Viewing the JSON of the resource configuration in the GUI reveals the configuration.
The typical response to this would be to simply configure the same empty attributes in Terraform, but that does not work as Terraform won't send that empty data as part of the resource creation or modification.
The text was updated successfully, but these errors were encountered:
Updating a service policy outside of Terraform, then updating the Terraform config to match, does not work as intended. This is because GUI operations in Distributed Cloud add additional empty, optional attributes to the policy.
My service policies do not have body_matcher {} and domain_matcher {} configured, for example. These are added by the GUI whether they are populated or not. Viewing the JSON of the resource configuration in the GUI reveals the configuration.
The typical response to this would be to simply configure the same empty attributes in Terraform, but that does not work as Terraform won't send that empty data as part of the resource creation or modification.
The text was updated successfully, but these errors were encountered: