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
…ser. (#55)
  • Loading branch information
felixfontein authored Apr 29, 2020
1 parent dedf734 commit 4a0e1a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/elasticache_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
http_headers:
content-length: 1490
content-type: text/xml
date: Tue, 07 Feb 2017 16:43:04 GMT
date: 'Tue, 07 Feb 2017 16:43:04 GMT'
x-amzn-requestid: 7f436dea-ed54-11e6-a04c-ab2372a1f14d
http_status_code: 200
request_id: 7f436dea-ed54-11e6-a04c-ab2372a1f14d
Expand All @@ -89,15 +89,15 @@
type: dict
sample:
auto_minor_version_upgrade: true
cache_cluster_create_time: 2017-02-01T17:43:58.261000+00:00
cache_cluster_create_time: '2017-02-01T17:43:58.261000+00:00'
cache_cluster_id: test-please-delete
cache_node_type: cache.m1.small
cache_parameter_group_name: default.redis3.2
cache_subnet_group_name: default
engine: redis
engine_version: 3.2.4
node_snapshots:
cache_node_create_time: 2017-02-01T17:43:58.261000+00:00
cache_node_create_time: '2017-02-01T17:43:58.261000+00:00'
cache_node_id: 0001
cache_size:
num_cache_nodes: 1
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/elb_classic_lb_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
backend_server_description: []
canonical_hosted_zone_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
canonical_hosted_zone_name_id: XXXXXXXXXXXXXX
created_time: 2017-08-23T18:25:03.280000+00:00
created_time: '2017-08-23T18:25:03.280000+00:00'
dns_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
health_check:
healthy_threshold: 10
Expand Down
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 4a0e1a4

Please sign in to comment.