Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <arthurbdiniz@gmail.com>
  • Loading branch information
arthurbdiniz committed Jan 28, 2021
1 parent 42045ff commit 8dcbdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ecs-cluster.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "ecs_apps" {
source = "git::https://github.com/DNXLabs/terraform-aws-ecs.git?ref=0.2.0"
name = "${local.workspace["cluster_name"]}"
name = local.workspace["cluster_name"]
instance_type_1 = "t3.large"
instance_type_2 = "t2.large"
instance_type_3 = "m2.xlarge"
Expand Down

0 comments on commit 8dcbdcd

Please sign in to comment.