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

This commit is contained in:
2025-08-17 17:30:39 +02:00
parent 64611431e4
commit 0a751189e2

6
state.tf Normal file
View File

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