Add sensitive variable configs test coverage
This commit is contained in:
parent
6c129a921b
commit
7fef1db20d
|
@ -22,3 +22,7 @@ variable "cheeze_pizza" {
|
||||||
variable "π" {
|
variable "π" {
|
||||||
default = 3.14159265359
|
default = 3.14159265359
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "sensitive-value" {
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue