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

This commit is contained in:
2025-08-06 17:15:29 +02:00
parent a41ebba53b
commit 7e45546645

View File

@@ -2,8 +2,6 @@ terraform {
backend "s3" {
bucket = "terraform-aws-bucket"
key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate"
access_key = "AKIAZ5G4HREH6HLZY3LF"
secret_key = "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"
region = "eu-north-1"
}
}