diff --git a/variables.tf b/variables.tf index 5b35469..5063cd0 100644 --- a/variables.tf +++ b/variables.tf @@ -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" } \ No newline at end of file