Skip to content

Commit

Permalink
Fix unicode quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmckay committed Oct 24, 2024
1 parent 6599fe2 commit b24c3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/rds_snapshot_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
type: str
sample: "rds:hello-world-rds-us1-2018-05-16-04-03"
dbi_resource_id:
description: The identifier for the source DB instance, which cant be changed and which is unique to an Amazon Web Services Region.
description: The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
returned: always
type: str
sample: "db-ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Expand Down Expand Up @@ -165,7 +165,7 @@
type: str
sample: "default:postgres-9-5"
original_snapshot_create_time:
description: The time of the CreateDBSnapshot operation. Doesnt change when the snapshot is copied.
description: The time of the CreateDBSnapshot operation. Doesn't change when the snapshot is copied.
returned: always
type: str
sample: "2017-10-10T04:00:07.434000+00:00"
Expand Down

0 comments on commit b24c3f2

Please sign in to comment.