Skip to content

Commit

Permalink
modified based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Jun 22, 2024
1 parent de9f87f commit 35b8624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/s3_bucket_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@
description: Bucket location.
returned: when O(bucket_facts=true) and RV(buckets.bucket_location=true).
type: dict
sample: "bucket_location": {
"LocationConstraint": "us-east-1"
}
sample: {
"LocationConstraint": "us-east-1"
}
contains:
LocationConstraint:
description: AWS region.
Expand Down

0 comments on commit 35b8624

Please sign in to comment.