Skip to content

Commit

Permalink
removing appautoscaling_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsnogueira-dnx committed Aug 18, 2020
1 parent f049bad commit 9436204
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appautoscaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ resource "aws_appautoscaling_target" "ecs" {
scalable_dimension = "ecs:service:DesiredCount"
service_namespace = "ecs"

tags = merge(
var.tags,
{
"Terraform" = true
},
)
}

resource "aws_appautoscaling_policy" "scale_cpu" {
Expand Down

0 comments on commit 9436204

Please sign in to comment.