From 61b547c9444ac0f2ae925b794f8c65f3b1a429ce Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 22:12:56 -0800 Subject: cloudflare: add edgerouterx --- clarkzjw.cc/infra/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'clarkzjw.cc/infra/variables.tf') diff --git a/clarkzjw.cc/infra/variables.tf b/clarkzjw.cc/infra/variables.tf index 5326464..dcee8e9 100644 --- a/clarkzjw.cc/infra/variables.tf +++ b/clarkzjw.cc/infra/variables.tf @@ -25,3 +25,9 @@ variable "cloudflare_access_application_email" { type = string sensitive = false } + +variable "edgerouterx_ip" { + description = "IP address for EdgeRouterX" + type = string + sensitive = false +} -- cgit v1.2.3