Skip to content

Commit

Permalink
variable name fix (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: Seb Norris <[email protected]>
  • Loading branch information
sobostion and Seb Norris authored Apr 11, 2024
1 parent b183d2b commit 8bc0e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_ecs_service" "default" {
count = var.ignore_changes || var.ignore_changes_task_definition ? 0 : 1
count = var.ignore_changes || var.ignore_changes_service_task_definition ? 0 : 1

name = var.name

Expand Down

0 comments on commit 8bc0e9c

Please sign in to comment.