File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ django-waffle==2.2.1
42
42
43
43
djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1, 4.2 support hasnt been "released"
44
44
django-filter==2.4.0
45
- django-ordered-model==3.4.3
45
+ django-ordered-model==3.7.4
46
46
django-widget-tweaks==1.5.0
47
47
django-countries==7.2.1
48
- num2words==0.5.10
48
+ num2words==0.5.13
49
49
django-polymorphic==3.1.0 # 3.1.0 is first version that supports Django 4.0, unsure if it fully supports 4.2
50
50
sorl-thumbnail==12.7.0
51
51
django-extensions==3.1.4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "fastly_service_vcl" "python_org" {
4
4
http3 = false
5
5
stale_if_error = false
6
6
stale_if_error_ttl = 43200
7
- activate = false
7
+ activate = true
8
8
9
9
domain {
10
10
name = var. domain
@@ -347,6 +347,7 @@ resource "fastly_service_vcl" "python_org" {
347
347
for_each = var. activate_ngwaf_service ? [1 ] : []
348
348
content {
349
349
name = var. edge_security_dictionary
350
+ force_destroy = true
350
351
}
351
352
}
352
353
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ variable "activate_ngwaf_service" {
50
50
variable "edge_security_dictionary" {
51
51
type = string
52
52
description = " The dictionary name for the Edge Security product."
53
- default = " "
53
+ default = " Edge_Security "
54
54
}
55
55
variable "ngwaf_corp_name" {
56
56
type = string
You can’t perform that action at this time.
0 commit comments