Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 29, 2020
1 parent 892ecb6 commit 01fd3a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/amazon/elasticache_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,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 lib/ansible/modules/cloud/amazon/elb_classic_lb_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 lib/ansible/modules/cloud/amazon/sts_assume_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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 01fd3a1

Please sign in to comment.