Please vote on this PR by adding a :thumbsup: reaction to the original PR to help the community and maintainers prioritize for review
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for PR followers and do not help prioritize for review
Description
To fix these tests:
=== CONT TestAccPostgresqlFlexibleServer_recreateWithLowerStorageMb
testcase.go:173: Step 4/6 error: Pre-apply plan check(s) failed:
'azurerm_postgresql_flexible_server.test' - expected action to not be Replace, path: [[name]]
--- FAIL: TestAccPostgresqlFlexibleServer_recreateWithLowerStorageMb (401.14s)
=== CONT TestAccPostgreSQLServer_updated
testcase.go:173: Step 4/12 error: Pre-apply plan check(s) failed:
'azurerm_postgresql_server.test' - expected action to not be Replace, path: [[infrastructure_encryption_enabled] [geo_redundant_backup_enabled]]
--- FAIL: TestAccPostgreSQLServer_updated (262.81s)
=== CONT TestAccPostgreSQLServer_updateSKU
testcase.go:173: Step 4/9 error: Pre-apply plan check(s) failed:
'azurerm_postgresql_server.test' - expected action to not be Replace, path: [[sku_name]]
--- FAIL: TestAccPostgreSQLServer_updateSKU (321.31s)
[ ] Bug Fix
[ ] New Feature (ie adding a service, resource, or data source)
Community Note
Description
To fix these tests: