Skip to content

Commit

Permalink
fix issue 24896 (#24974)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai authored Feb 22, 2024
1 parent 26fc671 commit 4794e60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ resource "azurerm_mssql_server" "example" {
administrator_login_password = "thisIsDog11"
}

resource "azurerm_mssql_database" "example" {
name = "${var.prefix}-db-primary"
server_id = azurerm_mssql_server.example.id
}

resource "azurerm_log_analytics_workspace" "example" {
name = "${var.prefix}-LAW"
location = var.location
Expand Down

0 comments on commit 4794e60

Please sign in to comment.