Skip to content

Commit

Permalink
fix(gcp): update depends_on 10s time sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune committed Jul 25, 2020
1 parent a860120 commit c4307e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/modules/audit_log/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ resource "lacework_integration_gcp_at" "default" {
client_email = local.service_account_json_key.client_email
private_key = local.service_account_json_key.private_key
}
depends_on = [time_sleep.wait_5_seconds]
depends_on = [time_sleep.wait_10_seconds]
}

0 comments on commit c4307e5

Please sign in to comment.