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:
|
||||
description:
|
||||
- Create or remove cors on the s3 bucket
|
||||
required: false
|
||||
default: present
|
||||
required: true
|
||||
choices: [ 'present', 'absent' ]
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
|
|
Loading…
Reference in a new issue