Skip to content

Commit 62be330

Browse files
committed
fix: add missing tags to ecs service
1 parent f008d1d commit 62be330

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bundles/example.com/tf-aws-ecs-fargate-service/v1/stack_ecs-service.tm.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ define bundle stack "ecs-service" {
99

1010
tags = [
1111
bundle.class,
12-
"environemnt/${bundle.environment.id}",
12+
"environment/${bundle.environment.id}",
13+
14+
# configure aws and null provider for this stack
15+
"terraform/provider/aws",
16+
"terraform/provider/null",
1317
]
1418

1519
after = [

0 commit comments

Comments
 (0)