rename facts modules to info modules (#298)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-08-06 15:49:18 -07:00 committed by Alex Stephen
commit effb6cdadd
175 changed files with 725 additions and 409 deletions

View file

@ -36,7 +36,7 @@
that:
- result.changed == true
- name: verify that network was created
gcp_compute_network_facts:
gcp_compute_network_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@ -78,7 +78,7 @@
that:
- result.changed == true
- name: verify that network was deleted
gcp_compute_network_facts:
gcp_compute_network_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"