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:
Yusuke Tsutsumi 2022-10-09 06:15:24 +00:00
commit d03d7beda2
3 changed files with 7 additions and 8 deletions

View file

@ -1,2 +1,2 @@
---
resource_name: "{{ resource_prefix }}"
resource_name: "{{ gcp_project }}-ansible-test-bucket"