Skip to content

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Branca committed Sep 28, 2017
2 parents 8ba4af0 + 56adf13 commit d45feae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/data-stores/elasticache-redis-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
* Outputs.
*/

output "id" {
value = "${aws_elasticache_replication_group.redis_replication_group.id}"
}

output "configuration_endpoint_address" {
value = "${aws_elasticache_replication_group.redis_replication_group.configuration_endpoint_address}"
}

output "primary_endpoint_address" {
value = "${aws_elasticache_replication_group.redis_replication_group.primary_endpoint_address}"
}

output "port" {
value = "${aws_elasticache_replication_group.redis_replication_group.port}"
}

0 comments on commit d45feae

Please sign in to comment.