Add sensitive variable configs test coverage

This commit is contained in:
Pam Selle 2020-09-02 15:18:26 -04:00
parent 6c129a921b
commit 7fef1db20d
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ variable "cheeze_pizza" {
variable "π" {
default = 3.14159265359
}
variable "sensitive-value" {
sensitive = true
}