Skip to content

Commit

Permalink
fix: missing provider in waf rule (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour authored Nov 16, 2023
1 parent a4e41a1 commit 6926dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/load_balancer/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ resource "aws_wafv2_web_acl" "forms_maintenance_mode_acl" {
name = "GCFormsMaintenanceMode"
scope = "CLOUDFRONT"

provider = aws.us-east-1

default_action {
block {}
}
Expand Down

0 comments on commit 6926dc3

Please sign in to comment.