Vadiraj K.S
Vadiraj K.S
is there any way to skip this error. Please help us. Thanks
even creating vm using existing service account is not working: ``` - name: create an instance gcp_compute_instance: ⦙ state: present ⦙ name: "{{ instance_name }}" ⦙ machine_type: "{{ machine_type }}"...
and also has problem working with region_instance_group_manager: ``` - name: create a region instance group manager google.cloud.gcp_compute_region_instance_group_manager: ⦙ name: "{{ env_id }}-master-igrm" ⦙ base_instance_name: test1-child ⦙ region: us-east4 ⦙ instance_template:...