mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
Fix aws_s3_cors documentation (#35684)
This commit is contained in:
parent
6340d58cd1
commit
2a6b03459b
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Create or remove cors on the s3 bucket
|
- Create or remove cors on the s3 bucket
|
||||||
required: false
|
required: true
|
||||||
default: present
|
|
||||||
choices: [ 'present', 'absent' ]
|
choices: [ 'present', 'absent' ]
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- aws
|
- aws
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue