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
we ran into a bug with the recently added datadog_integration_slack_channel resource.
It is not creating all slack channels as expected and the terraform apply has to be run multiple times.
The same also happens when removing all slack channels.
Hello,
we ran into a bug with the recently added
datadog_integration_slack_channel
resource.It is not creating all slack channels as expected and the
terraform apply
has to be run multiple times.The same also happens when removing all slack channels.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
All slack channels should be configured on apply
Actual Behavior
11 slack channels are created. The apply output also shows lines like this for ALL of the channels
5 slack channels are not configured, although showing "Creation complete"
The next
terraform plan
run shows that 5 of them still have to be createdSteps to Reproduce
terraform apply
--> this will create some of the channelsterraform plan
--> this will show some channels missingThe text was updated successfully, but these errors were encountered: