fix(infra): wait for secret access before bot deploy

This commit is contained in:
2026-03-09 02:38:18 +04:00
parent e2ac283f7e
commit 5ad42dbb97

View File

@@ -128,7 +128,8 @@ module "bot_api_service" {
depends_on = [
google_project_service.enabled,
google_secret_manager_secret.runtime
google_secret_manager_secret.runtime,
google_secret_manager_secret_iam_member.bot_runtime_access
]
}