mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-28 05:00:26 -04:00
command/jsonconfig: Add variable sensitive flag
This commit is contained in:
@@ -106,7 +106,8 @@
|
||||
],
|
||||
"variables": {
|
||||
"test_var": {
|
||||
"default": "boop"
|
||||
"default": "boop",
|
||||
"sensitive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user