aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/infra/variables.tf')
-rw-r--r--clarkzjw.cc/infra/variables.tf12
1 files changed, 6 insertions, 6 deletions
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" {
16 16
17variable "cloudflare_api_token" { 17variable "cloudflare_api_token" {
18 description = "Cloudflare API token" 18 description = "Cloudflare API token"
19 type = string 19 type = string
20 sensitive = true 20 sensitive = true
21} 21}
22 22
23variable "cloudflare_access_application_email" { 23variable "cloudflare_access_application_email" {
24 description = "Email addresses allowed in Cloudflare Access config" 24 description = "Email addresses allowed in Cloudflare Access config"
25 type = string 25 type = string
26 sensitive = false 26 sensitive = false
27} 27}
28 28
29variable "edgerouterx_ip" { 29variable "edgerouterx_ip" {
30 description = "IP address for EdgeRouterX" 30 description = "IP address for EdgeRouterX"
31 type = string 31 type = string
32 sensitive = false 32 sensitive = false
33} 33}
Powered by cgit v1.2.3 (git 2.41.0)