Files
opentf/website/docs/language/state/examples/encryption/enforce.tf

10 lines
152 B
HCL

terraform {
encryption {
state {
enforced = true
}
plan {
enforced = true
}
}
}