Skip to content

Commit

Permalink
Pass through fastly_rate_limit_token to WAFs module
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Jan 30, 2025
1 parent babb38b commit 48ce053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

module "infrastructure-sensitive_wafs" {
source = "app.terraform.io/govuk/infrastructure-sensitive/govuk//modules/wafs"
version = "0.0.9"
version = "0.0.10"

cache_public_base_rate_limit = var.cache_public_base_rate_limit
cache_public_base_rate_warning = var.cache_public_base_rate_warning
fastly_rate_limit_token = var.fastly_rate_limit_token
govuk_requesting_ips_arn = aws_wafv2_ip_set.govuk_requesting_ips.arn
high_request_rate_ips_arn = aws_wafv2_ip_set.high_request_rate.arn
x_always_block_arn = aws_wafv2_rule_group.x_always_block.arn
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module "sensitive-variables" {
source = "app.terraform.io/govuk/infrastructure-sensitive/govuk//modules/variables"
version = "0.0.9"
version = "0.0.10"
}

0 comments on commit 48ce053

Please sign in to comment.