mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 21:14:02 +00:00
fix(infra): wait for secret access before bot deploy
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user