Skip to content

Commit 212defe

Browse files
Add missing tags to ecs service (#39)
<!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 62be330. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents f008d1d + 62be330 commit 212defe

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)