mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 05:10:29 -07:00
including bigtableadmin in bootstrap APIs
bigtableadmin was not enabled in the bootstrapping script. Also running the bootstrap script on every CI run, to ensure the test environment is properly set up.
This commit is contained in:
parent
117224d352
commit
4dc556f940
2 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@ PROJECT_ID="${1}"
|
|||
SERVICE_ACCOUNT_NAME="${2}"
|
||||
SERVICE_LIST=(
|
||||
"appengine"
|
||||
"bigtable"
|
||||
"bigtableadmin.googleapis.com"
|
||||
"cloudbuild.googleapis.com"
|
||||
"cloudfunctions"
|
||||
"cloudkms.googleapis.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue