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 {
|
terraform {
|
||||||
# backend "s3" {
|
backend "s3" {
|
||||||
# bucket = "limechain-devops-task-tf-state"
|
bucket = "limechain-devops-task-tf-state"
|
||||||
# key = "backend/terraform.tfstate"
|
key = "backend/terraform.tfstate"
|
||||||
# region = "eu-central-1"
|
region = "eu-central-1"
|
||||||
# dynamodb_table = "terraform-lock-table"
|
dynamodb_table = "terraform-lock-table"
|
||||||
# encrypt = true
|
encrypt = true
|
||||||
# }
|
}
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
aws = {
|
aws = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue