Skip to content

Commit

Permalink
fix(appfactory): add clouddeploy api to app admin project (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored May 9, 2024
1 parent 03abdaf commit 014b8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 3-appfactory/modules/app-group-baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ module "app_admin_project" {
"cloudbilling.googleapis.com",
"cloudfunctions.googleapis.com",
"apikeys.googleapis.com",
"sourcerepo.googleapis.com"
"sourcerepo.googleapis.com",
"clouddeploy.googleapis.com"
]
}

Expand Down
1 change: 1 addition & 0 deletions test/integration/appfactory/appfactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func TestAppfactory(t *testing.T) {
"cloudfunctions.googleapis.com",
"apikeys.googleapis.com",
"sourcerepo.googleapis.com",
"clouddeploy.googleapis.com",
}

prj := gcloud.Runf(t, "projects describe %s", adminProjectID)
Expand Down

0 comments on commit 014b8da

Please sign in to comment.