Skip to content

Commit

Permalink
removed unsupported arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Aug 8, 2024
1 parent 0fa10b0 commit 82ecef3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ops/pentest/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ module "app_service_autoscale" {
}

module "logic_app_workflow" {
source = "../services/alerts/alert_app"
name = local.name
env_level = local.env_level
global_vault = data.azurerm_key_vault.global
resource_group_name = data.azurerm_resource_group.rg.name
source = "../services/alerts/alert_app"

global_vault = data.azurerm_key_vault.global

}

0 comments on commit 82ecef3

Please sign in to comment.