Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
RLRabinowitz authored Mar 25, 2024
1 parent 7dd04e5 commit 18eb0d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions state-encryption/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ terraform {

state {
#method = method.aes_gcm.bar
#fallback {
# The empty fallback block allows reading unencrypted state files.
#}
fallback {
method = method.aes_gcm.bar
}
}

plan {
#method = method.aes_gcm.bar
#fallback {
# The empty fallback block allows reading unencrypted state files.
#}
fallback {
method = method.aes_gcm.bar
}
}
}
}
Expand Down

0 comments on commit 18eb0d8

Please sign in to comment.