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

This commit is contained in:
2025-08-07 13:20:17 +02:00
parent 271e435beb
commit cae583be20

View File

@@ -12,6 +12,10 @@ variable "vault_token" {
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
}
variable "aws_region" {
default = "eu-north-1"
}
variable "environment" {
default = "Production"
}