DopplerHQ / terraform-provider-doppler

Apache License 2.0
23 stars 9 forks source link

Add webhook resource #87

Closed kyle-mcguire closed 3 months ago

kyle-mcguire commented 4 months ago

Callouts

Terraform used the selected providers to generate the following execution plan. Resource actions
are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

  # doppler_webhook.ci must be replaced
-/+ resource "doppler_webhook" "ci" {
      ~ id              = "a8796e6f-1dc3-4997-a0c4-4772e5a79a3a" -> (known after apply)
      ~ payload         = (sensitive value) # forces replacement
      ~ slug            = "a8796e6f-1dc3-4997-a0c4-4772e5a79a3a" -> (known after apply)
        # (5 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 1 to add, 0 to change, 1 to destroy.