I am new to using Ansible and the gcp_* modules.
This is in relation to making use of Google Cloud Platform and Ansible.
Let us say that I have two projects: HOST_PROJECT and SERVICE_PROJECT. They are both part of the same organisation.
The host project, serves as a shared VPC host, while the service project is using the shared VPC from the host project.
Using Ansible, I want to create an instance template (using the gcp_compute_instance_template module) to create a template the makes use of the shared VPC network.
Here is my ansible playbook:
`
`