From 68d24859070fe1261112949f57031da5ab32afc9 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 22:16:10 -0800 Subject: fmt --- clarkzjw.cc/infra/variables.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'clarkzjw.cc/infra/variables.tf') diff --git a/clarkzjw.cc/infra/variables.tf b/clarkzjw.cc/infra/variables.tf index dcee8e9..58e8976 100644 --- a/clarkzjw.cc/infra/variables.tf +++ b/clarkzjw.cc/infra/variables.tf @@ -16,18 +16,18 @@ variable "cloudflare_account_id" { variable "cloudflare_api_token" { description = "Cloudflare API token" - type = string - sensitive = true + type = string + sensitive = true } variable "cloudflare_access_application_email" { description = "Email addresses allowed in Cloudflare Access config" - type = string - sensitive = false + type = string + sensitive = false } variable "edgerouterx_ip" { description = "IP address for EdgeRouterX" - type = string - sensitive = false + type = string + sensitive = false } -- cgit v1.2.3