mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user