Skip to content

Commit

Permalink
psql-flex-server-config: corrected formatting in test file with terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkliushnikov committed Dec 12, 2023
1 parent d82866b commit bd901ea
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit bd901ea

Please sign in to comment.