Skip to content

Commit

Permalink
chore: cleanup cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 12, 2024
1 parent e99fe11 commit 30c7b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infra/cdn/ngwaf.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Fastly Service Dictionary Items
resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
count = var.activate_ngwaf_service ? 1 : 0
service_id = fastly_service_vcl.python_org.id
Expand All @@ -8,7 +7,6 @@ resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
}
}

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

0 comments on commit 30c7b18

Please sign in to comment.