7 lines
176 B
Terraform
7 lines
176 B
Terraform
terraform {
|
|
backend "s3" {
|
|
bucket = "tips-of-mine-terraform-bucket-backend"
|
|
key = "backend/cloudflare-tunnel-org/terraform.tfstate"
|
|
region = "eu-north-1"
|
|
}
|
|
} |