We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99fe11 commit 30c7b18Copy full SHA for 30c7b18
infra/cdn/ngwaf.tf
@@ -1,4 +1,3 @@
1
-# Fastly Service Dictionary Items
2
resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
3
count = var.activate_ngwaf_service ? 1 : 0
4
service_id = fastly_service_vcl.python_org.id
@@ -8,7 +7,6 @@ resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
8
7
}
9
10
11
-# Fastly Service Dynamic Snippet Contents
12
resource "fastly_service_dynamic_snippet_content" "ngwaf_config_snippets" {
13
for_each = var.activate_ngwaf_service ? toset(["init", "miss", "pass", "deliver"]) : []
14
0 commit comments