Skip to content

Commit 30c7b18

Browse files
committed
chore: cleanup cruft
1 parent e99fe11 commit 30c7b18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/cdn/ngwaf.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Fastly Service Dictionary Items
21
resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
32
count = var.activate_ngwaf_service ? 1 : 0
43
service_id = fastly_service_vcl.python_org.id
@@ -8,7 +7,6 @@ resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
87
}
98
}
109

11-
# Fastly Service Dynamic Snippet Contents
1210
resource "fastly_service_dynamic_snippet_content" "ngwaf_config_snippets" {
1311
for_each = var.activate_ngwaf_service ? toset(["init", "miss", "pass", "deliver"]) : []
1412
service_id = fastly_service_vcl.python_org.id

0 commit comments

Comments
 (0)