diff --git a/plugins/modules/s3_bucket_info.py b/plugins/modules/s3_bucket_info.py index c7034552fff..2dc8e7dc289 100644 --- a/plugins/modules/s3_bucket_info.py +++ b/plugins/modules/s3_bucket_info.py @@ -343,7 +343,7 @@ bucket_location: description: Bucket location. returned: when O(bucket_facts=true) and RV(buckets.bucket_location=true). - type: complex + type: dict sample: "bucket_location": { "LocationConstraint": "us-east-1" }