mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-25 23:00:56 -05:00
Add JSON test case for variable sensitive flag
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
},
|
||||
"π": {
|
||||
"default": 3.14159265359
|
||||
},
|
||||
"sensitive_value": {
|
||||
"default": {
|
||||
"a": 1,
|
||||
"b": 2
|
||||
},
|
||||
"sensitive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user