Skip to content

Commit

Permalink
postgres-flex-configuration: corrected tf-code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkliushnikov committed Nov 24, 2023
1 parent fd0fac9 commit 0f48bf3
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,18 @@ 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
}
provider "azurerm" {
features {
postgresql_flexible_server {
restart_server_on_configuration_value_change = false
}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-postgresql-%d"
location = "%s"
}
}
resource "azurerm_resource_group" "test" {
name = "acctestRG-postgresql-%d"
location = "%s"
}
resource "azurerm_postgresql_flexible_server" "test" {
name = "acctest-fs-%d"
Expand Down

0 comments on commit 0f48bf3

Please sign in to comment.