mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-14 13:49:09 -07:00
tests: cleaning up resourcemanager, enabling spanner
- gcp_spanner_instance works, enabling for CI. - gcp_resourcemanager_project is running into quota issues for listing the API to verify state. Adding a to-do as well as removing some people-specific names.
This commit is contained in:
parent
1a753eff05
commit
cfbc4d8be5
6 changed files with 14 additions and 9 deletions
|
@ -33,6 +33,7 @@ SERVICE_LIST=(
|
|||
REQUIRED_ROLE_LIST=(
|
||||
"roles/storage.objectAdmin"
|
||||
"roles/source.admin"
|
||||
"roles/resourcemanager.projects.create"
|
||||
)
|
||||
|
||||
for SERVICE in "${SERVICE_LIST[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue