Skip to content

Commit

Permalink
Removed redundant tf moved block.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGHippo committed Oct 7, 2024
1 parent 40fa5cb commit 6bf7c6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/modules/azure-web/web-app.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
moved {
from = resource.azurerm_linux_web_app_slot.webapp_slot
to = resource.azurerm_linux_web_app_slot.webapp_slot[0]
}

# Create Log Analytics
resource "azurerm_log_analytics_workspace" "webapp_logs" {
name = "${var.resource_name_prefix}-log"
Expand Down

0 comments on commit 6bf7c6a

Please sign in to comment.