mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-10 09:21:58 -04:00
Add JSON test case for variable sensitive flag
This commit is contained in:
parent
bc57c20d10
commit
c1957fcaf0
1 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,13 @@
|
|||
},
|
||||
"π": {
|
||||
"default": 3.14159265359
|
||||
},
|
||||
"sensitive_value": {
|
||||
"default": {
|
||||
"a": 1,
|
||||
"b": 2
|
||||
},
|
||||
"sensitive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue