Remove leftovers (#529)

This commit is contained in:
Vicente Pinto 2024-09-05 10:52:39 +01:00 committed by GitHub
parent fe777fd9bc
commit aba728487f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -330,7 +330,7 @@ func testAccCheckPostgresFlexDestroy(s *terraform.State) error {
instancesToDestroy := []string{}
for _, rs := range s.RootModule().Resources {
if rs.Type != "stackit_postgresqlflex_instance" {
if rs.Type != "stackit_postgresflex_instance" {
continue
}
// instance terraform ID: = "[project_id],[instance_id]"