Skip to content

Commit

Permalink
Update terraform-aws-firewall-manager module source to Binbash release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Sep 29, 2021
1 parent be4da2e commit baf8d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/firewall-manager/fms.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "fms" {
source = "github.com/binbashar/terraform-aws-firewall-manager.git?ref=0.2.0-bb"
source = "github.com/binbashar/terraform-aws-firewall-manager.git?ref=0.2.10"

# Disable association of the FMS administrator account from the module
admin_account_enabled = false
Expand Down Expand Up @@ -143,7 +143,7 @@ module "fms" {
}

module "fms_cloudfront" {
source = "github.com/binbashar/terraform-aws-firewall-manager.git?ref=0.2.0-bb"
source = "github.com/binbashar/terraform-aws-firewall-manager.git?ref=0.2.10"

# Disable association of the FMS administrator account from the module
admin_account_enabled = false
Expand Down

0 comments on commit baf8d05

Please sign in to comment.