Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/responses-0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Sep 17, 2024
2 parents 371f5f0 + 306a73d commit cb26e80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ django-waffle==2.2.1

djangorestframework==3.14.0 # 3.14.0 is first version that supports Django 4.1, 4.2 support hasnt been "released"
django-filter==2.4.0
django-ordered-model==3.4.3
django-ordered-model==3.7.4
django-widget-tweaks==1.5.0
django-countries==7.2.1
num2words==0.5.10
num2words==0.5.13
django-polymorphic==3.1.0 # 3.1.0 is first version that supports Django 4.0, unsure if it fully supports 4.2
sorl-thumbnail==12.7.0
django-extensions==3.1.4
Expand Down
3 changes: 2 additions & 1 deletion infra/cdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "fastly_service_vcl" "python_org" {
http3 = false
stale_if_error = false
stale_if_error_ttl = 43200
activate = false
activate = true

domain {
name = var.domain
Expand Down Expand Up @@ -347,6 +347,7 @@ resource "fastly_service_vcl" "python_org" {
for_each = var.activate_ngwaf_service ? [1] : []
content {
name = var.edge_security_dictionary
force_destroy = true
}
}

Expand Down
2 changes: 1 addition & 1 deletion infra/cdn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ variable "activate_ngwaf_service" {
variable "edge_security_dictionary" {
type = string
description = "The dictionary name for the Edge Security product."
default = ""
default = "Edge_Security"
}
variable "ngwaf_corp_name" {
type = string
Expand Down

0 comments on commit cb26e80

Please sign in to comment.