Closed renzedj closed 1 month ago
This appears to be related to a Fleet enhancement request that I submitted awhile back.
@renzedj thanks for the report. I'm closing this as a duplicate of https://github.com/elastic/terraform-provider-elasticstack/issues/689.
Describe the bug Integrations which use secrets require changes after every plan, even with no changes.
To Reproduce Steps to reproduce the behavior:
ActiveMQ
, as used here).terraform plan -out=tfplan && terraform apply tfplan
terraform plan -out=tfplan
tfplan
in json format:terraform show -json tfplan > tfplan.json
before
andafter
fields. These are the diffs from myActiveMQ
example, which are sufficient to force an update:Expected behavior Password has not changed, so no update should occur.
Versions (please complete the following information):