Disable state backend server-side encryption
This commit is contained in:
parent
759368b6d6
commit
23fa8e4a12
2 changed files with 2 additions and 1 deletions
2
main.tf
2
main.tf
|
|
@ -51,7 +51,7 @@ terraform {
|
|||
backend "s3" {
|
||||
bucket = var.backend_bucket
|
||||
key = "terraform.tfstate"
|
||||
encrypt = true
|
||||
encrypt = false
|
||||
|
||||
# Disable AWS-specific features
|
||||
skip_credentials_validation = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue