mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
ops(tf): clean up
This commit is contained in:
parent
c3f8606e6f
commit
74de71ad4a
5 changed files with 1 additions and 75 deletions
|
|
@ -28,8 +28,6 @@ terraform {
|
|||
}
|
||||
}
|
||||
encryption {
|
||||
method "unencrypted" "migrate" {}
|
||||
|
||||
key_provider "pbkdf2" "kw" {
|
||||
passphrase = var.passphrase
|
||||
}
|
||||
|
|
@ -40,10 +38,6 @@ terraform {
|
|||
|
||||
state {
|
||||
method = method.aes_gcm.kw
|
||||
|
||||
fallback {
|
||||
method = method.unencrypted.migrate
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue