mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 09:01:30 -07:00
tests: fix gcp_storage_bucket test
- gcp_storage_bucket had a hard-coded bucket name. Making it based on the GCP project name to allow some attribution in the case of garbage detection.
This commit is contained in:
parent
cfbc4d8be5
commit
d03d7beda2
3 changed files with 7 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
resource_name: "{{ resource_prefix }}"
|
||||
resource_name: "{{ gcp_project }}-ansible-test-bucket"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue