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
After applying the code, further applys should show no changes.
Actual Behavior
The integration is created successfully, but running apply again shows a change for the client ID:
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# datadog_integration_azure.sandbox will be updated in-place
~ resource "datadog_integration_azure" "sandbox" {
~ client_id = "bf12bf6f-ccce-45b0-b758-4aca3bac75cb" -> "3c140301-8e74-4313-810e-868ea45eb9c2"
id = "...:..."
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
The new ID is the correct one and the old/current ID is from another Azure integration.
Running the apply will make no changes.
I had a look at the state file and it's incorrect there.
Seems like the error happens, when the provider writes the state.
The host filters are also incorrect.
The text was updated successfully, but these errors were encountered:
Terraform Version
I tested it with my local version and the latest Terraform version. The issue happens in both cases.
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
After applying the code, further applys should show no changes.
Actual Behavior
The integration is created successfully, but running apply again shows a change for the client ID:
The new ID is the correct one and the old/current ID is from another Azure integration.
Running the apply will make no changes.
I had a look at the state file and it's incorrect there.
Seems like the error happens, when the provider writes the state.
The host filters are also incorrect.
The text was updated successfully, but these errors were encountered: