Skip to content

Commit

Permalink
Change Network Firewall module version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Sep 30, 2021
1 parent baf8d05 commit a0f594b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions security/firewall-manager/nfw_rules.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module "firewall" {

#source = "github.com/binbashar/terraform-aws-network-firewall.git?ref=v0.1.0"
source = "git::https://github.com/binbashar/terraform-aws-network-firewall.git?ref=fix/readme"
source = "github.com/binbashar/terraform-aws-network-firewall.git?ref=v0.1.2"

name = "${var.project}-${var.environment}-firewall"
create_network_firewall = false
Expand Down

0 comments on commit a0f594b

Please sign in to comment.