mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -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',
|
||||
'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'],
|
||||
'scopes': module.params['scopes'],
|
||||
'service_account_file': module.params['service_account_file'],
|
||||
|
|
Loading…
Add table
Reference in a new issue