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"
|
||||
}
|
||||
|
||||
variable "cloudflare_api_token" {
|
||||
description = "my cloudflare api token here"
|
||||
type = string
|
||||
variable "aws_region" {
|
||||
description = "Region AWS"
|
||||
type = string
|
||||
sensitive = true
|
||||
default = ""
|
||||
default = "eu-north-1"
|
||||
}
|
Reference in New Issue
Block a user