mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Inspec org log sink
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
29203ad250
commit
917e6ad81c
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ def prefetch_soa_resource(module):
|
||||||
{
|
{
|
||||||
'type': 'SOA',
|
'type': 'SOA',
|
||||||
'managed_zone': module.params['managed_zone'],
|
'managed_zone': module.params['managed_zone'],
|
||||||
'name': replace_resource_dict(module.params['managed_zone'], 'name'),
|
'name': replace_resource_dict(module.params['managed_zone'], 'dnsName'),
|
||||||
'project': module.params['project'],
|
'project': module.params['project'],
|
||||||
'scopes': module.params['scopes'],
|
'scopes': module.params['scopes'],
|
||||||
'service_account_file': module.params['service_account_file'],
|
'service_account_file': module.params['service_account_file'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue