mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
move state of backend resources to s3
This commit is contained in:
parent
7ce6819321
commit
6ff11ff87d
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
terraform {
|
||||
# backend "s3" {
|
||||
# bucket = "limechain-devops-task-tf-state"
|
||||
# key = "backend/terraform.tfstate"
|
||||
# region = "eu-central-1"
|
||||
# dynamodb_table = "terraform-lock-table"
|
||||
# encrypt = true
|
||||
# }
|
||||
backend "s3" {
|
||||
bucket = "limechain-devops-task-tf-state"
|
||||
key = "backend/terraform.tfstate"
|
||||
region = "eu-central-1"
|
||||
dynamodb_table = "terraform-lock-table"
|
||||
encrypt = true
|
||||
}
|
||||
|
||||
required_providers {
|
||||
aws = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue