0.13.0 - Is it possible to suppress or hide the "will be read during apply" messages for data
resources?
#25805
Labels
enhancement
new
new issue not yet triaged
v0.13
Issues (primarily bugs) reported against v0.13 releases
Current Terraform Version
Use-cases
We are using terraform as part of a CI pipeline. As part of code review, we review the output of
terraform plan
to make sure nothing bad's about to happen.Problem - in v0.13.0, many
data
resources are showing up in theterraform plan
output with a "will be read during apply" message, even if there are no changes. So far we see if for (AWS) KMS secrets, ACM certificates, Route Tables, Subnets. Example:We have a lot of
data
resources that refer to resources not in our control. The plan is now quite noisy and difficult to follow.Is there a way to suppress the "will be read during apply" messages for data resources in Terraform plan?
If it's not possible, can this feature be introduced?
Attempted Solutions
I'm unsure what to do, I checked the changelogs but I see no notes about the data resource output during plan phase I tried searching these threads, but it's not clear to me why the output is appearing and how to suppress it.
The text was updated successfully, but these errors were encountered: