mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Add sensitive variable configs test coverage
This commit is contained in:
parent
6c129a921b
commit
7fef1db20d
1 changed files with 4 additions and 0 deletions
4
configs/testdata/valid-files/variables.tf
vendored
4
configs/testdata/valid-files/variables.tf
vendored
|
|
@ -22,3 +22,7 @@ variable "cheeze_pizza" {
|
|||
variable "π" {
|
||||
default = 3.14159265359
|
||||
}
|
||||
|
||||
variable "sensitive-value" {
|
||||
sensitive = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue