Skip to content

Commit

Permalink
Azure | fix
Browse files Browse the repository at this point in the history
 [skip actions]
  • Loading branch information
eytannnaim committed Nov 8, 2023
1 parent c1a8e04 commit 6b18ddf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dsf_hub_ssh_key.pub
*.svg
*terraform.tfvars
*backend.tf
*backend.tf_
*gitignore*
*.terraform*
*.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion examples/azure/poc/dsf_deployment/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module "globals" {
source = "../../../../modules/azurerm/core/globals"
source = "imperva/dsf-globals/azurerm"
version = "1.6.0" # latest release tag
}

resource "azurerm_resource_group" "rg" {
Expand Down
3 changes: 3 additions & 0 deletions modules/azurerm/sonar-base-instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ resource "azurerm_linux_virtual_machine" "dsf_base_instance" {
custom_data
]
}
depends_on = [
azurerm_role_assignment.dsf_base_storage_role_assignment
]
}

resource "azurerm_user_assigned_identity" "dsf_base" {
Expand Down

0 comments on commit 6b18ddf

Please sign in to comment.