Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 31s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 31s
This commit is contained in:
@@ -32,3 +32,10 @@ variable "vault_token" {
|
|||||||
sensitive = true
|
sensitive = true
|
||||||
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
default = "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "cloudflare_api_token" {
|
||||||
|
description = "my cloudflare api token here"
|
||||||
|
type = string
|
||||||
|
sensitive = true
|
||||||
|
default = ""
|
||||||
|
}
|
Reference in New Issue
Block a user