@@ -175,7 +175,6 @@ resource "azurerm_nginx_deployment" "test" {
175175 resource_group_name = azurerm_resource_group.test.name
176176 sku = "standardv2_Monthly"
177177 location = azurerm_resource_group.test.location
178- diagnose_support_enabled = false
179178 automatic_upgrade_channel = "stable"
180179
181180 frontend_public {
@@ -208,7 +207,6 @@ resource "azurerm_nginx_deployment" "test" {
208207 resource_group_name = azurerm_resource_group.test.name
209208 sku = "standardv2_Monthly"
210209 location = azurerm_resource_group.test.location
211- diagnose_support_enabled = false
212210 automatic_upgrade_channel = "stable"
213211
214212 frontend_private {
@@ -243,7 +241,6 @@ resource "azurerm_nginx_deployment" "test" {
243241 resource_group_name = azurerm_resource_group.test.name
244242 sku = "standardv2_Monthly"
245243 location = azurerm_resource_group.test.location
246- diagnose_support_enabled = false
247244 automatic_upgrade_channel = "stable"
248245
249246 frontend_public {
@@ -286,7 +283,6 @@ resource "azurerm_nginx_deployment" "test" {
286283 resource_group_name = azurerm_resource_group.test.name
287284 sku = "standardv2_Monthly"
288285 location = azurerm_resource_group.test.location
289- diagnose_support_enabled = false
290286 automatic_upgrade_channel = "stable"
291287
292288 frontend_public {
@@ -322,14 +318,15 @@ func (a DeploymentResource) update(data acceptance.TestData) string {
322318 return fmt .Sprintf (`
323319
324320
321+
322+
325323%s
326324
327325resource "azurerm_nginx_deployment" "test" {
328- name = "acctest-%[2]d"
329- resource_group_name = azurerm_resource_group.test.name
330- sku = "standardv2_Monthly"
331- location = azurerm_resource_group.test.location
332- diagnose_support_enabled = false
326+ name = "acctest-%[2]d"
327+ resource_group_name = azurerm_resource_group.test.name
328+ sku = "standardv2_Monthly"
329+ location = azurerm_resource_group.test.location
333330
334331 frontend_public {
335332 ip_address = [azurerm_public_ip.test.id]
@@ -361,7 +358,6 @@ resource "azurerm_nginx_deployment" "test" {
361358 resource_group_name = azurerm_resource_group.test.name
362359 sku = "standardv2_Monthly"
363360 location = azurerm_resource_group.test.location
364- diagnose_support_enabled = false
365361 automatic_upgrade_channel = "stable"
366362
367363 frontend_private {
@@ -396,7 +392,6 @@ resource "azurerm_nginx_deployment" "test" {
396392 resource_group_name = azurerm_resource_group.test.name
397393 sku = "standardv2_Monthly"
398394 location = azurerm_resource_group.test.location
399- diagnose_support_enabled = false
400395 automatic_upgrade_channel = "stable"
401396
402397 frontend_private {
@@ -431,7 +426,6 @@ resource "azurerm_nginx_deployment" "test" {
431426 resource_group_name = azurerm_resource_group.test.name
432427 sku = "standardv2_Monthly"
433428 location = azurerm_resource_group.test.location
434- diagnose_support_enabled = false
435429 automatic_upgrade_channel = "stable"
436430
437431 frontend_public {
@@ -530,7 +524,6 @@ resource "azurerm_nginx_deployment" "test" {
530524 resource_group_name = azurerm_resource_group.test.name
531525 sku = "standardv2_Monthly"
532526 location = azurerm_resource_group.test.location
533- diagnose_support_enabled = false
534527 automatic_upgrade_channel = "stable"
535528
536529 frontend_public {
0 commit comments