mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 00:51:31 -07:00
fixing gcp_resourcemanager_project delete
gcp_resourcemanager_project was not properly deleting projects. fixing gcp_resourcemanager_project as well. fixes #530.
This commit is contained in:
parent
4907356bba
commit
d063d44b73
6 changed files with 64 additions and 30 deletions
|
@ -40,6 +40,7 @@ gcp_project: @PROJECT_ID
|
|||
gcp_cred_file: @CRED_FILE
|
||||
gcp_cred_kind: @CRED_KIND
|
||||
gcp_cred_email: @EMAIL
|
||||
gcp_folder_id: @TEST_FOLDER (to create test projects)
|
||||
```
|
||||
|
||||
#### Setting up the project for testing
|
||||
|
@ -97,5 +98,4 @@ the codebase.
|
|||
### Updating the supported ansible-core version
|
||||
|
||||
1. modify the [ansible-integration-tests.yaml](.github/workflows/ansible-integration-tests.yml) to the version of ansible-core that you would like to test against.
|
||||
1. (optional) update the version of ansible-core version required in [meta/runtime.yaml](meta/runtime.yml).
|
||||
|
||||
1. (optional) update the version of ansible-core version required in [meta/runtime.yaml](meta/runtime.yml).
|
Loading…
Add table
Add a link
Reference in a new issue