Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 11s
This commit is contained in:
16
variables.tf
16
variables.tf
@@ -7,22 +7,6 @@ variable "cloudflare_email" {
|
|||||||
# "thedjinhn@gmail.com"
|
# "thedjinhn@gmail.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cloudflare_zone_id" {
|
|
||||||
description = "La zone DNS à laquelle ajouter l'enregistrement."
|
|
||||||
type = string
|
|
||||||
sensitive = true
|
|
||||||
default = "a5eb1b667ba2fde356ecf6707d0dd309"
|
|
||||||
# ${{ secrets.ZONE_ID }}
|
|
||||||
#"a5eb1b667ba2fde356ecf6707d0dd309"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "ip_server_a" {
|
|
||||||
description = "Le serveur principal"
|
|
||||||
type = string
|
|
||||||
sensitive = true
|
|
||||||
default = "82.66.77.254"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "vault_url" {
|
variable "vault_url" {
|
||||||
description = "URL du serveur Vault"
|
description = "URL du serveur Vault"
|
||||||
type = string
|
type = string
|
||||||
|
Reference in New Issue
Block a user