@@ -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 {
@@ -325,11 +321,10 @@ func (a DeploymentResource) update(data acceptance.TestData) string {
325321%s
326322
327323resource "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
324+ name = "acctest-%[2]d"
325+ resource_group_name = azurerm_resource_group.test.name
326+ sku = "standardv2_Monthly"
327+ location = azurerm_resource_group.test.location
333328
334329 frontend_public {
335330 ip_address = [azurerm_public_ip.test.id]
@@ -361,7 +356,6 @@ resource "azurerm_nginx_deployment" "test" {
361356 resource_group_name = azurerm_resource_group.test.name
362357 sku = "standardv2_Monthly"
363358 location = azurerm_resource_group.test.location
364- diagnose_support_enabled = false
365359 automatic_upgrade_channel = "stable"
366360
367361 frontend_private {
@@ -396,7 +390,6 @@ resource "azurerm_nginx_deployment" "test" {
396390 resource_group_name = azurerm_resource_group.test.name
397391 sku = "standardv2_Monthly"
398392 location = azurerm_resource_group.test.location
399- diagnose_support_enabled = false
400393 automatic_upgrade_channel = "stable"
401394
402395 frontend_private {
@@ -431,7 +424,6 @@ resource "azurerm_nginx_deployment" "test" {
431424 resource_group_name = azurerm_resource_group.test.name
432425 sku = "standardv2_Monthly"
433426 location = azurerm_resource_group.test.location
434- diagnose_support_enabled = false
435427 automatic_upgrade_channel = "stable"
436428
437429 frontend_public {
@@ -530,7 +522,6 @@ resource "azurerm_nginx_deployment" "test" {
530522 resource_group_name = azurerm_resource_group.test.name
531523 sku = "standardv2_Monthly"
532524 location = azurerm_resource_group.test.location
533- diagnose_support_enabled = false
534525 automatic_upgrade_channel = "stable"
535526
536527 frontend_public {
0 commit comments