optar_infra/terraform/backend.tf

8 lines
218 B
Terraform
Raw Normal View History

2024-07-18 09:30:33 +00:00
terraform {
backend "s3" {
bucket = "web-crawler-on-eks-tf-state"
key = "terraform.tfstate"
workspace_key_prefix = "template"
region = "eu-central-1"
}
}