You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plan renderer will show data sources in full during the plan if they are contained within a check block. Some data sources may contain huge amounts of data, obscuring the plan output. These are prefaced with the comment
# (config will be reloaded to verify a check block)
but because this is only a data source, there is no possible diff to render and it only shows the entire state of the data resource.
Attempted Solutions
Data sources outside the block can referenced from within the check, but that then does not use the data source to confirm the final apply result as designed. The primary reason for check blocks is to contain scoped data sources.
Proposal
If there are no failing checks, and the data source is going to be reloaded again, there is no need to display the data.
References
No response
The text was updated successfully, but these errors were encountered:
Terraform Version
Use Cases
The plan renderer will show data sources in full during the plan if they are contained within a
check
block. Some data sources may contain huge amounts of data, obscuring the plan output. These are prefaced with the commentbut because this is only a data source, there is no possible diff to render and it only shows the entire state of the data resource.
Attempted Solutions
Data sources outside the block can referenced from within the
check
, but that then does not use the data source to confirm the final apply result as designed. The primary reason for check blocks is to contain scoped data sources.Proposal
If there are no failing checks, and the data source is going to be reloaded again, there is no need to display the data.
References
No response
The text was updated successfully, but these errors were encountered: