Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 28s

This commit is contained in:
2025-08-06 11:59:23 +02:00
parent e1362fe5e9
commit 99cdbf4528

View File

@@ -15,10 +15,3 @@ variable "vault_token" {
# ${{ secrets.VAULT_TOKEN }}
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
}
variable "aws_region" {
description = "Region AWS"
type = string
sensitive = true
default = "eu-north-1"
}