Files
opentf/configs/testdata/invalid-files/variable-bad-sensitive.tf
Pam Selle bc57c20d10 Remove sensitive_variables experiment
Ahead of the beta, remove the sensitive_variable experiment
and update tests accordingly
2020-10-08 11:22:20 -04:00

4 lines
69 B
HCL

variable "sensitive-value" {
sensitive = "123" # must be boolean
}