Fix aws_s3_cors documentation (#35684)

This commit is contained in:
KrdLab 2018-02-08 08:27:47 +09:00 committed by Ryan Brown
commit 2a6b03459b

View file

@ -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