mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -07:00
Removing the <|extra|> marker because it's only used in DNS custom code (#103)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
5142625c7f
commit
87c61abfb3
1 changed files with 4 additions and 1 deletions
|
@ -266,7 +266,10 @@ def self_link(module):
|
|||
|
||||
|
||||
def collection(module):
|
||||
res = {'project': module.params['project'], 'managed_zone': replace_resource_dict(module.params['managed_zone'], 'name')}
|
||||
res = {
|
||||
'project': module.params['project'],
|
||||
'managed_zone': replace_resource_dict(module.params['managed_zone'], 'name')
|
||||
}
|
||||
return "https://www.googleapis.com/dns/v1/projects/{project}/managedZones/{managed_zone}/changes".format(**res)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue