Disable state backend server-side encryption
This commit is contained in:
parent
759368b6d6
commit
23fa8e4a12
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@ dns/hosts.json
|
|||
dns/services.json
|
||||
|
||||
.terraform
|
||||
terraform.tfstate*
|
||||
|
||||
inventory/group_vars/all/all_services.yml
|
||||
inventory/group_vars/all/opentofu.yml
|
||||
|
|
|
|||
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