mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
0d1e6cd5f0
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
6 lines
179 B
HCL
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
|
|
}
|