Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 6s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 6s
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -3,15 +3,16 @@ variable "cloudflare_email" {
|
|||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = "thedjinhn@gmail.com"
|
default = "thedjinhn@gmail.com"
|
||||||
#${{ secrets.EMAIL }}
|
# ${{ secrets.EMAIL }}
|
||||||
#"thedjinhn@gmail.com"
|
# "thedjinhn@gmail.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cloudflare_zone_id" {
|
variable "cloudflare_zone_id" {
|
||||||
description = "La zone DNS à laquelle ajouter l'enregistrement."
|
description = "La zone DNS à laquelle ajouter l'enregistrement."
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = "${{ secrets.ZONE_ID }}"
|
default = "a5eb1b667ba2fde356ecf6707d0dd309"
|
||||||
|
# ${{ secrets.ZONE_ID }}
|
||||||
#"a5eb1b667ba2fde356ecf6707d0dd309"
|
#"a5eb1b667ba2fde356ecf6707d0dd309"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,8 +27,9 @@ variable "vault_url" {
|
|||||||
description = "URL du serveur Vault"
|
description = "URL du serveur Vault"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = ${{ secrets.VAULT_URL }}
|
default = "https://vault.tips-of-mine.com"
|
||||||
#https://vault.tips-of-mine.com
|
# ${{ secrets.VAULT_URL }}
|
||||||
|
# "https://vault.tips-of-mine.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "vault_token" {
|
variable "vault_token" {
|
||||||
|
Reference in New Issue
Block a user