mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-10 04:40:27 -07:00
Using Native Ruby Types on AnsibleModule (#164)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
99d5da337c
commit
cb72c0b8c4
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ def main():
|
|||
direction=dict(type='str', choices=['INGRESS', 'EGRESS']),
|
||||
disabled=dict(type='bool'),
|
||||
name=dict(required=True, type='str'),
|
||||
network=dict(default={'selfLink': 'global/networks/default'}),
|
||||
network=dict(default=dict(selfLink='global/networks/default')),
|
||||
priority=dict(default=1000, type='int'),
|
||||
source_ranges=dict(type='list', elements='str'),
|
||||
source_service_accounts=dict(type='list', elements='str'),
|
||||
|
|
Loading…
Add table
Reference in a new issue