Skip to content

Commit

Permalink
Fix more doc issues where strings are parsed as datetimes by YAML par…
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and mandar242 committed Oct 6, 2023
1 parent d7105cf commit aee58d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/sts_assume_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
type: dict
sample:
access_key: XXXXXXXXXXXXXXXXXXXX
expiration: 2017-11-11T11:11:11+00:00
expiration: '2017-11-11T11:11:11+00:00'
secret_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
session_token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
sts_user:
Expand Down

0 comments on commit aee58d3

Please sign in to comment.