mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-01 03:03:11 -04:00
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
|
|
}
|