Skip to content

Commit 02e1941

Browse files
committed
fix(LINK-4212): typo
1 parent 43b2412 commit 02e1941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ resource "azurerm_key_vault_secret" "lw_orchestrate" {
349349
count = var.global ? 1 : 0
350350
depends_on = [
351351
lacework_integration_azure_agentless_scanning.lacework_cloud_account,
352-
azurerm_key_vault_access_policy.key_vault_user
352+
azurerm_role_assignment.key_vault_user
353353
]
354354

355355
/* stores credentials used to authenticate to LW API server */

0 commit comments

Comments
 (0)