Documentation updates for 1.7.0-alpha1 (state encryption) (#1396)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos
2024-03-14 15:05:05 +01:00
committed by GitHub
parent 12e7b4a440
commit 19a994ee7f
15 changed files with 106 additions and 111 deletions

View File

@@ -2,21 +2,14 @@ terraform {
encryption {
# Methods and key providers here.
statefile {
state {
method = method.some_method.new_method
fallback {
method = method.some_method.old_method
}
}
planfile {
method = method.some_method.new_method
fallback {
method = method.some_method.old_method
}
}
backend {
plan {
method = method.some_method.new_method
fallback {
method = method.some_method.old_method