opentofu/internal/configs/testdata/error-files/module-sensitive.tf
Christian Mesh 0d1e6cd5f0
Handle static variable secret flag (#2045)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2024-10-03 10:46:58 -04:00

6 lines
179 B
HCL

module "test" {
source = sensitive("hostname/namespace/name/system") # ERROR: Sensitive value not allowed
version = sensitive("1.0.0") # ERROR: Invalid version constraint
}