Fix aws_s3_cors documentation (#35684)

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

View file

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