We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a860120 commit c4307e5Copy full SHA for c4307e5
gcp/modules/audit_log/main.tf
@@ -148,5 +148,5 @@ resource "lacework_integration_gcp_at" "default" {
148
client_email = local.service_account_json_key.client_email
149
private_key = local.service_account_json_key.private_key
150
}
151
- depends_on = [time_sleep.wait_5_seconds]
+ depends_on = [time_sleep.wait_10_seconds]
152
0 commit comments