Files
Hubert Cornet a9f3857a7d
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Actualiser state.tf
2025-08-06 20:32:24 +02:00

7 lines
185 B
HCL

terraform {
backend "s3" {
bucket = "tips-of-mine-terraform-bucket-backend"
key = "backend/cloudflare-dns-org/terraform.tfstate"
region = "eu-north-1"
}
}