Closed ghost closed 4 years ago
Thanks again for the report - I've just made a small change to handle the situation. It was a quirk in the way terraform set nil
that I wasn't aware of - TIL.
I checked the other resources and as they don't have complex input structures like webhooks they look like they won't suffer the same fate.
Build is green and I've just released another version (v0.0.7
)
Thanks again for your patience whilst we work to get a 1.0.0
release out later this year.
Terraform Version
Terraform v0.12.28
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Running
terraform apply
should not replace or modify a webhook resource that does not have any changes.Actual Behavior
Running
terraform apply
causes webhooks to be replaced, even when no changes have been made to the configuration.The following line appears in the plan:
Steps to Reproduce
terraform apply
terraform apply
Observe that despite the fact that no changes have been made, terraform still plans and executes the replacement of the webhook resource.