Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Sep 26, 2022
1 parent c8339d5 commit 5f744ba
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions internal/services/nginx/nginx_deployment_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,10 @@ resource "azurerm_nginx_deployment" "test" {
managed_resource_group = "example"
diagnose_support_enabled = true
//logging_storage_account {
// name = azurerm_storage_account.test.name
//}
frontend_public {
ip_address = [azurerm_public_ip.test.id]
}
//frontend_private {
// ip_address = "10.0.2.10"
// allocation_method = "Static"
// subnet_id = azurerm_subnet.test.id
//}
network_interface {
subnet_id = azurerm_subnet.test.id
}
Expand All @@ -103,8 +95,6 @@ func (a DeploymentResource) update(data acceptance.TestData) string {
return fmt.Sprintf(`
%s
resource "azurerm_nginx_deployment" "test" {
Expand All @@ -115,10 +105,6 @@ resource "azurerm_nginx_deployment" "test" {
location = azurerm_resource_group.test.location
diagnose_support_enabled = false
//logging_storage_account {
// name = azurerm_storage_account.test.name
//}
frontend_public {
ip_address = [azurerm_public_ip.test.id]
}
Expand Down

0 comments on commit 5f744ba

Please sign in to comment.