Terraform Version
Terraform Configuration Files
any configuration where a resource's ID contains a variable marked sensitive/hidden in the CI/CD platform, where terraform destroy would also truncate the resource ID in log output.
Gitlab var example
Debug Output
First line untruncated and properly masked. subsequent lines truncated and partial sensitive value shown
Expected Behavior
subsequent lines untruncated and properly masked.
Actual Behavior
subsequent lines truncated and partial sensitive value shown
Steps to Reproduce
terraform init
terraform apply
Additional Context
Using Gitlab self hosted CI/CD system
References
No response
Generative AI / LLM assisted development?
No response