Actualiser variables.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 24s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 24s
This commit is contained in:
@@ -16,9 +16,9 @@ variable "vault_token" {
|
|||||||
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
# "hvs.BUXBydP1Iy6leqNIo2wx478p"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cloudflare_api_token" {
|
variable "aws_region" {
|
||||||
description = "my cloudflare api token here"
|
description = "Region AWS"
|
||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = ""
|
default = "eu-north-1"
|
||||||
}
|
}
|
Reference in New Issue
Block a user