mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-26 14:41:29 -07:00
Compute Snapshots (#319)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
a6d44765e7
commit
763e85f29e
46 changed files with 924 additions and 80 deletions
|
@ -61,7 +61,6 @@
|
|||
assert:
|
||||
that:
|
||||
- result.changed == true
|
||||
- "result.kind == 'compute#forwardingRule'"
|
||||
- name: verify that forwarding_rule was created
|
||||
gcp_compute_forwarding_rule_facts:
|
||||
filters:
|
||||
|
@ -95,7 +94,6 @@
|
|||
assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
- "result.kind == 'compute#forwardingRule'"
|
||||
#----------------------------------------------------------
|
||||
- name: delete a forwarding rule
|
||||
gcp_compute_forwarding_rule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue