Skip to content

Commit

Permalink
tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Jun 1, 2022
1 parent 94d9dda commit 8aaea14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/core/terraform/api-webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ resource "azurerm_service_plan" "core" {
sku_name = var.api_app_service_plan_sku_size
tags = local.tre_core_tags
worker_count = 1

lifecycle { ignore_changes = [tags] }
}

Expand Down

0 comments on commit 8aaea14

Please sign in to comment.