Add state.tf
Some checks failed
terraform validation / Terraform (push) Failing after 10s

This commit is contained in:
2025-11-04 17:00:40 +01:00
parent 5c70af3b06
commit 68cf238f2d

7
state.tf Normal file
View File

@@ -0,0 +1,7 @@
terraform {
backend "s3" {
bucket = "tips-of-mine-terraform-bucket-backend"
key = "backend/cloudflare-tunnel-org/terraform.tfstate"
region = "eu-north-1"
}
}