Skip to content

Commit

Permalink
acctest-rg -> acctestRG
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jan 2, 2020
1 parent 4c44c9f commit b22d85c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2420,7 +2420,7 @@ resource "azurerm_virtual_machine" "test" {
func testAccAzureRMVirtualMachine_anWithVM(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -2494,7 +2494,7 @@ resource "azurerm_virtual_machine" "test" {
func testAccAzureRMVirtualMachine_hasDiskInfoWhenStopped(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func testCheckAzureRMNetworkInterfaceApplicationGatewayBackendAddressPoolAssocia
func testAccAzureRMNetworkInterfaceApplicationGatewayBackendAddressPoolAssociation_basic(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func testCheckAzureRMNetworkInterfaceBackendAddressPoolAssociationDisappears(res
func testAccAzureRMNetworkInterfaceBackendAddressPoolAssociation_basic(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func testCheckAzureRMNetworkInterfaceNATRuleAssociationDisappears(resourceName s
func testAccAzureRMNetworkInterfaceNATRuleAssociation_basic(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func testCheckAzureRMNetworkInterfaceDestroy(s *terraform.State) error {
func testAccAzureRMNetworkInterface_basic(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -529,7 +529,7 @@ resource "azurerm_network_interface" "import" {
func testAccAzureRMNetworkInterface_basicWithNetworkSecurityGroup(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -571,7 +571,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_multipleSubnets(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -613,7 +613,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_multipleSubnetsUpdatedPrimary(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -655,7 +655,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_ipForwarding(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -691,7 +691,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_acceleratedNetworking(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -728,7 +728,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_withTags(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -768,7 +768,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_withTagsUpdate(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -807,7 +807,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_withIPAddresses(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -852,7 +852,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_withIPAddressesUpdate(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -895,7 +895,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_withIPv6Addresses(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -945,7 +945,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_multipleLoadBalancers(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -1293,7 +1293,7 @@ resource "azurerm_network_interface" "test2" {
func testAccAzureRMNetworkInterface_publicIP(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down Expand Up @@ -1336,7 +1336,7 @@ resource "azurerm_network_interface" "test" {
func testAccAzureRMNetworkInterface_applicationSecurityGroup(data acceptance.TestData) string {
return fmt.Sprintf(`
resource "azurerm_resource_group" "test" {
name = "acctest-rg-%d"
name = "acctestRG-%d"
location = "%s"
}
Expand Down

0 comments on commit b22d85c

Please sign in to comment.