Open
Description
Running a Terraform apply on any of the following objects shows that it is constantly a "change" even when the underlying terraform file remains unchanged
konnect_portal_appearance
konnect_api_product_document
konnect_api_product_specification
"Apply complete! Resources: 0 added, 1 changed, 0 destroyed."
Attaching a sample zip that includes a .tf file and sample images
Steps to Reproduce:
- terraform init
- terraform apply (initial)
- terraform apply (again, with no changes made to underlying )
You will get the above message over and over
Activity