Skip to content

Commit aff3eb8

Browse files
chore: Fixed code in example (#41)
1 parent 2b322e4 commit aff3eb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/complete-ecs/main.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ module "asg" {
101101
name = local.ec2_resources_name
102102

103103
# Launch configuration
104-
lc_name = local.ec2_resources_name
104+
lc_name = local.ec2_resources_name
105+
use_lc = true
106+
create_lc = true
105107

106108
image_id = data.aws_ami.amazon_linux_ecs.id
107109
instance_type = "t2.micro"

0 commit comments

Comments
 (0)