mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-12 18:01:25 -04:00
13 lines
288 B
HCL
13 lines
288 B
HCL
terraform {
|
|
encryption {
|
|
# Methods and key providers here.
|
|
|
|
state {
|
|
# The empty block allows writing unencrypted state files
|
|
# unless the enforced setting is set to true.
|
|
fallback {
|
|
method = method.some_method.old_method
|
|
}
|
|
}
|
|
}
|
|
} |