Loading rule.tf +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 { Loading Loading
rule.tf +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 { Loading