Loading rule.tf +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ resource "cloudflare_access_rule" "whitelisted_ip" { count = "${length(var.whitelist_ips)}" notes = "Whitelist IPs from Terraform" notes = "${var.notes}" mode = "whitelist" configuration { Loading Loading
rule.tf +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ resource "cloudflare_access_rule" "whitelisted_ip" { count = "${length(var.whitelist_ips)}" notes = "Whitelist IPs from Terraform" notes = "${var.notes}" mode = "whitelist" configuration { Loading