Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 30s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 30s
This commit is contained in:
@@ -2,7 +2,7 @@ variable "vault_url" {
|
|||||||
description = "URL du serveur Vault"
|
description = "URL du serveur Vault"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = ""
|
default = "https://vault.tips-of-mine.com"
|
||||||
# ${{ secrets.VAULT_URL }}
|
# ${{ secrets.VAULT_URL }}
|
||||||
# "https://vault.tips-of-mine.com"
|
# "https://vault.tips-of-mine.com"
|
||||||
}
|
}
|
||||||
@@ -11,7 +11,7 @@ variable "vault_token" {
|
|||||||
description = "Token d'acces"
|
description = "Token d'acces"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = ""
|
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||||
# ${{ secrets.VAULT_TOKEN }}
|
# ${{ secrets.VAULT_TOKEN }}
|
||||||
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user