mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 19:01:09 -04:00
12 lines
245 B
HCL
12 lines
245 B
HCL
terraform {
|
|
encryption {
|
|
# Methods and key providers here.
|
|
|
|
state {
|
|
method = method.some_method.new_method
|
|
fallback {
|
|
# The empty fallback block allows reading unencrypted state files.
|
|
}
|
|
}
|
|
}
|
|
} |