Skip to content

Commit

Permalink
Automatic commit before release [release=1.7.4] | [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan-hajbi-imperva authored and github-actions[bot] committed Jan 10, 2024
1 parent c00100d commit a4f6918
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified examples/aws/poc/dsf_deployment/dsf_deployment_1_7_4.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified examples/aws/sonar_upgrade/sonar_upgrade_1_7_4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/azure/poc/dsf_deployment/agent_sources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
module "db_with_agent" {
source = "imperva/dsf-db-with-agent/azurerm"
version = "1.7.4" # latest release tag
count = length(local.db_types_for_agent)
count = length(local.db_types_for_agent)

friendly_name = join("-", [local.deployment_name_salted, "db", "with", "agent", count.index])
resource_group = local.resource_group
Expand Down
6 changes: 3 additions & 3 deletions examples/azure/poc/dsf_deployment/dam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
module "mx" {
source = "imperva/dsf-mx/azurerm"
version = "1.7.4" # latest release tag
count = var.enable_dam ? 1 : 0
count = var.enable_dam ? 1 : 0

friendly_name = join("-", [local.deployment_name_salted, "mx"])
resource_group = local.resource_group
Expand Down Expand Up @@ -42,7 +42,7 @@ module "mx" {
module "agent_gw" {
source = "imperva/dsf-agent-gw/azurerm"
version = "1.7.4" # latest release tag
count = local.agent_gw_count
count = local.agent_gw_count

friendly_name = join("-", [local.deployment_name_salted, "agent", "gw", count.index])
resource_group = local.resource_group
Expand All @@ -68,7 +68,7 @@ module "agent_gw" {
}

module "agent_gw_cluster_setup" {
source = "imperva/dsf-agent-gw-cluster-setup/null"
source = "imperva/dsf-agent-gw-cluster-setup/null"
count = local.create_agent_gw_cluster

cluster_name = join("-", [local.deployment_name_salted, "agent", "gw", "cluster"])
Expand Down
Binary file modified examples/azure/poc/dsf_deployment/dsf_deployment_1_7_4.zip
Binary file not shown.
Binary file modified modules/sonar_python_upgrader_1_7_4.zip
Binary file not shown.

0 comments on commit a4f6918

Please sign in to comment.