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

This commit is contained in:
2025-08-04 15:21:14 +02:00
parent ca6b2f9434
commit 4c47247558

View File

@@ -20,7 +20,7 @@ variable "ip_server_a" {
description = "Le serveur principal" description = "Le serveur principal"
type = string type = string
sensitive = true sensitive = true
default = "10.0.4.50" default = "82.66.77.254"
} }
variable "vault_url" { variable "vault_url" {