Actualiser state.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-08-06 16:55:10 +02:00
parent 4bda79736e
commit 0b14401515

View File

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