Skip to content

Commit

Permalink
Set correct target group name (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Apr 22, 2024
2 parents f93d4b2 + 47cdb66 commit 2977f8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stacks/prod/us-east-1/ecs-fargate-services/nginx/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "aws_lb_target_group" "target_group" {
depends_on = [
null_resource.initial_deployment_trigger,
]
name = "ex_ecs"
name = "tf-20240422214757001900000002"
}
data "aws_security_group" "security_group" {
depends_on = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ generate_hcl "main.tf" {
}

data "aws_lb_target_group" "target_group" {
name = "ex_ecs"
name = "tf-20240422214757001900000002"

depends_on = [
null_resource.initial_deployment_trigger
Expand Down
4 changes: 2 additions & 2 deletions stacks/prod/us-east-1/ecs-fargate-services/nginx/stack.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stack {
name = "nginx"
description = "nginx"
name = "ECS Nginx Service Production"
description = "Production ECS Nginx Service deployed in us-east-1"
id = "df307956-cf80-4621-ab63-124a90cc65d1"
after = [
"tag:networking",
Expand Down

0 comments on commit 2977f8e

Please sign in to comment.