mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 14:20:29 -07:00
Co-authored-by: upodroid <cy@borg.dev> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: upodroid <cy@borg.dev>
This commit is contained in:
parent
1dc603f0f3
commit
af1194139d
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ options:
|
||||||
behave as though all responses from this backend had a "Cache-Control: public,
|
behave as though all responses from this backend had a "Cache-Control: public,
|
||||||
max-age=[TTL]" header, regardless of any existing Cache-Control header.
|
max-age=[TTL]" header, regardless of any existing Cache-Control header.
|
||||||
The actual headers served in responses will not be altered.'
|
The actual headers served in responses will not be altered.'
|
||||||
required: true
|
required: false
|
||||||
type: int
|
type: int
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
|
@ -252,7 +252,7 @@ def main():
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
state=dict(default='present', choices=['present', 'absent'], type='str'),
|
state=dict(default='present', choices=['present', 'absent'], type='str'),
|
||||||
bucket_name=dict(required=True, type='str'),
|
bucket_name=dict(required=True, type='str'),
|
||||||
cdn_policy=dict(type='dict', options=dict(signed_url_cache_max_age_sec=dict(required=True, type='int'))),
|
cdn_policy=dict(type='dict', options=dict(signed_url_cache_max_age_sec=dict(type='int'))),
|
||||||
description=dict(type='str'),
|
description=dict(type='str'),
|
||||||
enable_cdn=dict(type='bool'),
|
enable_cdn=dict(type='bool'),
|
||||||
name=dict(required=True, type='str'),
|
name=dict(required=True, type='str'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue