Skip to content

Commit

Permalink
fix-test-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Apr 29, 2020
1 parent 04dad72 commit 1094cc5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -358,11 +358,11 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-%d"
name = "acctestRG-mssql-%d"
location = "%s"
}
resource "azurerm_sql_server" "test" {
resource "azurerm_mssql_server" "test" {
name = "acctestsqlserver%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
Expand Down

0 comments on commit 1094cc5

Please sign in to comment.