Skip to content

Commit

Permalink
Merge pull request #3 from silinternational/feature/remove-logentries…
Browse files Browse the repository at this point in the history
…-log

remove logentries log
  • Loading branch information
briskt authored May 1, 2020
2 parents 18635a1 + 518b40f commit 42f6049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ module "ecr" {
cd_user_arn = "${data.terraform_remote_state.common.codeship_arn}"
}

/*
* Create Logentries log
*/
resource "logentries_log" "log" {
logset_id = "${data.terraform_remote_state.common.logentries_set_id}"
name = "${var.app_name}"
source = "token"
}

/*
* Create Cloudwatch log group
*/
Expand Down Expand Up @@ -142,7 +133,6 @@ data "template_file" "task_def_hub" {
docker_tag = "${var.docker_tag}"
idp_display_name = "${var.idp_display_name}"
idp_name = "${var.idp_name}"
logentries_key = "${logentries_log.log.token}"
memcache_host1 = "${aws_elasticache_cluster.memcache.cache_nodes.0.address}"
memcache_host2 = "${aws_elasticache_cluster.memcache.cache_nodes.1.address}"
memory = "${var.memory}"
Expand Down
4 changes: 0 additions & 4 deletions task-def-hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
"name": "IDP_NAME",
"value": "${idp_name}"
},
{
"name": "LOGENTRIES_KEY",
"value": "${logentries_key}"
},
{
"name": "MEMCACHE_HOST1",
"value": "${memcache_host1}"
Expand Down

0 comments on commit 42f6049

Please sign in to comment.