Files
terraform-aws-vpc/variables.tf
Hubert Cornet 019bb2ebd9
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s
Actualiser variables.tf
2025-08-07 14:12:40 +02:00

14 lines
308 B
HCL

variable "vault_url" {
description = "URL du serveur Vault"
type = string
sensitive = true
default = "https://vault.tips-of-mine.com"
}
variable "vault_token" {
description = "Token d'acces"
type = string
sensitive = true
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
}