mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-21 02:11:21 -07:00
[DO NOT MERGE] 3.0.0 staging branch
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
f526d210f6
commit
bafefea662
24 changed files with 57 additions and 133 deletions
|
@ -117,7 +117,7 @@ options:
|
|||
description:
|
||||
- The URL pointing to the hosted repository where the function is defined
|
||||
.
|
||||
required: false
|
||||
required: true
|
||||
type: str
|
||||
https_trigger:
|
||||
description:
|
||||
|
@ -392,7 +392,7 @@ def main():
|
|||
environment_variables=dict(type='dict'),
|
||||
source_archive_url=dict(type='str'),
|
||||
source_upload_url=dict(type='str'),
|
||||
source_repository=dict(type='dict', options=dict(url=dict(type='str'))),
|
||||
source_repository=dict(type='dict', options=dict(url=dict(required=True, type='str'))),
|
||||
https_trigger=dict(type='dict', options=dict()),
|
||||
event_trigger=dict(
|
||||
type='dict', options=dict(event_type=dict(required=True, type='str'), resource=dict(required=True, type='str'), service=dict(type='str'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue