Add opentofu encryption
This commit is contained in:
parent
424e1db07f
commit
f8bb2d82c9
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
variable "passphrase" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "backend_access_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue