mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Support References in Variable Validation (#2216)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -21,6 +21,10 @@ valid and internally consistent, regardless of existing state. It is thus
|
||||
primarily useful for general verification of reusable modules, including
|
||||
correctness of attribute names and value types.
|
||||
|
||||
:::warning
|
||||
Validate does not have access to the existing state, validation checks that require state access will be skipped.
|
||||
:::
|
||||
|
||||
It is safe to run this command automatically, for example as a post-save
|
||||
check in a text editor or as a test step for a re-usable module in a CI
|
||||
system.
|
||||
|
||||
Reference in New Issue
Block a user