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:
Yusuke Tsutsumi 2022-10-09 06:07:25 +00:00
parent 1a753eff05
commit cfbc4d8be5
6 changed files with 14 additions and 9 deletions

View file

@ -134,7 +134,7 @@ EXAMPLES = '''
- name: create a project
google.cloud.gcp_resourcemanager_project:
name: My Sample Project
id: alextest-{{ 10000000000 | random }}
id: ansible-test-{{ 10000000000 | random }}
auth_kind: serviceaccount
service_account_file: "/tmp/auth.pem"
parent: