use module utils from collection, not core

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
Alex Stephen 2019-09-20 17:43:32 +00:00 committed by Modular Magician
parent 329ebf389f
commit 9f450df983
66 changed files with 353 additions and 66 deletions

View file

@ -311,7 +311,7 @@ urlMap:
# Imports
################################################################################
from ansible.module_utils.gcp_utils import navigate_hash, GcpSession, GcpModule, GcpRequest, replace_resource_dict
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import navigate_hash, GcpSession, GcpModule, GcpRequest, replace_resource_dict
import json
import time