Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Fix for broken sqs_autoscaling_service referring to wrong module
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kenny committed Dec 7, 2017
1 parent a1d476d commit 4afa6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqs_autoscaling_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
}

module "service" {
source = "git::https://github.com/wellcometrust/terraform-modules.git//services?ref=v3.0.0"
source = "git::https://github.com/wellcometrust/terraform-modules.git//service?ref=v3.0.0"
name = "${var.name}"

cluster_id = "${data.aws_ecs_cluster.cluster.arn}"
Expand Down

0 comments on commit 4afa6dc

Please sign in to comment.