From bd901ea4bfcc3b55c151f306e3915323a4cfc826 Mon Sep 17 00:00:00 2001 From: Igor Kliushnikov Date: Tue, 5 Dec 2023 17:45:53 +0100 Subject: [PATCH] psql-flex-server-config: corrected formatting in test file with terrafmt --- ..._flexible_server_configuration_resource_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/internal/services/postgres/postgresql_flexible_server_configuration_resource_test.go b/internal/services/postgres/postgresql_flexible_server_configuration_resource_test.go index 7bbdcb1dd7b7..d46927729d4a 100644 --- a/internal/services/postgres/postgresql_flexible_server_configuration_resource_test.go +++ b/internal/services/postgres/postgresql_flexible_server_configuration_resource_test.go @@ -315,16 +315,16 @@ resource "azurerm_postgresql_flexible_server_configuration" "test5" { func (r PostgresqlFlexibleServerConfigurationResource) withDisabledServerRestarts(data acceptance.TestData, name, value string) string { return fmt.Sprintf(` provider "azurerm" { - features { - postgresql_flexible_server { - restart_server_on_configuration_value_change = false - } - } + features { + postgresql_flexible_server { + restart_server_on_configuration_value_change = false + } + } } resource "azurerm_resource_group" "test" { - name = "acctestRG-postgresql-%d" - location = "%s" + name = "acctestRG-postgresql-%d" + location = "%s" } resource "azurerm_postgresql_flexible_server" "test" {