Remove leftovers (#529)
This commit is contained in:
parent
fe777fd9bc
commit
aba728487f
2 changed files with 2 additions and 2 deletions
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue