mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-24 13:50:30 -07:00
tests: fixing bootstrap code and invalid instance
- bootstrap code was not correctly instantiating the cloud function. - compute_instance has a typo from a previous commit. - re-disabling forwarding rule as it still has the backend_service fingerprint requirement
This commit is contained in:
parent
7fb64edcc5
commit
9e7748bc23
3 changed files with 4 additions and 3 deletions
|
@ -1 +1,2 @@
|
|||
cloud/gcp
|
||||
unsupported
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
boot: 'true'
|
||||
source: "{{ disk }}"
|
||||
- auto_delete: 'true'
|
||||
interface: SCS
|
||||
interface: NVME
|
||||
type: SCRATCH
|
||||
initialize_params:
|
||||
disk_type: local-ssd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue