Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Move examples tot an example dir instead of test
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jun 21, 2018
1 parent c9c7695 commit b2de717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "template_file" "ecs-instance-user-data" {
}

module "ecs-cluster" {
source = "../"
source = "../../"
user_data = "${data.template_file.ecs-instance-user-data.rendered}"

aws_region = "${var.aws_region}"
Expand Down

0 comments on commit b2de717

Please sign in to comment.