Actualiser state.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 17s
This commit is contained in:
20
state.tf
20
state.tf
@@ -1,13 +1,13 @@
|
||||
terraform {
|
||||
# backend "local" {
|
||||
# path = "terraform.tfstate"
|
||||
# }
|
||||
backend "s3" {
|
||||
bucket = "terraform-cloudflare-bucket"
|
||||
key = "prod/terraform.tfstate"
|
||||
region = "eu-north-1"
|
||||
dynamodb_table = "shoppr-tfstate-locking"
|
||||
encrypt = true
|
||||
role_arn = "arn:aws:iam::681214183695:user/terraform"
|
||||
backend "local" {
|
||||
path = "terraform.tfstate"
|
||||
}
|
||||
# backend "s3" {
|
||||
# bucket = "terraform-cloudflare-bucket"
|
||||
# key = "prod/terraform.tfstate"
|
||||
# region = "eu-north-1"
|
||||
# dynamodb_table = "shoppr-tfstate-locking"
|
||||
# encrypt = true
|
||||
# role_arn = "arn:aws:iam::681214183695:user/terraform"
|
||||
# }
|
||||
}
|
||||
|
Reference in New Issue
Block a user