Commit 3dc760ef authored by Mike Horwath's avatar Mike Horwath
Browse files

notes variable

parent 5c7729a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@


resource "cloudflare_access_rule" "whitelisted_ip" {
resource "cloudflare_access_rule" "whitelisted_ip" {
  count = "${length(var.whitelist_ips)}"
  count = "${length(var.whitelist_ips)}"
  notes = "Whitelist IPs from Terraform"
  notes = "${var.notes}"
  mode  = "whitelist"
  mode  = "whitelist"


  configuration {
  configuration {