Skip to content

Commit

Permalink
fix: enable cloud tasks api
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed May 14, 2024
1 parent 7ea8d08 commit e91ab58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ locals {
"cloudbuild.googleapis.com",
"artifactregistry.googleapis.com",
"vpcaccess.googleapis.com",
"workflows.googleapis.com"
"workflows.googleapis.com",
"cloudtasks.googleapis.com",
]
}

Expand Down

0 comments on commit e91ab58

Please sign in to comment.