File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ngwaf-terraform-edge-deploy Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -116,17 +116,6 @@ resource "fastly_service_vcl" "frontend-vcl-service" {
116
116
force_destroy = true
117
117
}
118
118
119
- resource "fastly_service_dictionary_items" "edge_security_dictionary_items" {
120
- for_each = {
121
- for d in fastly_service_vcl . frontend-vcl-service . dictionary : d . name => d if d . name == " Edge_Security"
122
- }
123
- service_id = fastly_service_vcl. frontend-vcl-service . id
124
- dictionary_id = each. value . dictionary_id
125
- items = {
126
- Enabled : " 100"
127
- }
128
- }
129
-
130
119
resource "fastly_service_dynamic_snippet_content" "ngwaf_config_init" {
131
120
for_each = {
132
121
for d in fastly_service_vcl . frontend-vcl-service . dynamicsnippet : d . name => d if d . name == " ngwaf_config_init"
@@ -204,7 +193,6 @@ resource "sigsci_edge_deployment_service" "ngwaf_edge_service_link" {
204
193
depends_on = [
205
194
sigsci_edge_deployment . ngwaf_edge_site_service ,
206
195
fastly_service_vcl . frontend-vcl-service ,
207
- fastly_service_dictionary_items . edge_security_dictionary_items ,
208
196
fastly_service_dynamic_snippet_content . ngwaf_config_init ,
209
197
fastly_service_dynamic_snippet_content . ngwaf_config_miss ,
210
198
fastly_service_dynamic_snippet_content . ngwaf_config_pass ,
You can’t perform that action at this time.
0 commit comments