Skip to content

Commit

Permalink
fix: use var fvor activation
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 11, 2024
1 parent 33da5a2 commit e898375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/cdn/ngwaf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "sigsci_edge_deployment_service" "ngwaf_edge_service_link" {
provider = sigsci.firewall
site_short_name = var.ngwaf_site_name
fastly_sid = fastly_service_vcl.python_org.id
activate_version = true
activate_version = var.activate_ngwaf_service
percent_enabled = 100
depends_on = [
sigsci_edge_deployment.ngwaf_edge_site_service,
Expand Down

0 comments on commit e898375

Please sign in to comment.