You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to destroy a redshift DB and getting this error, not too sure if this is a bug or if we're running into something else here.
The only way we can get round it is to either delete it manually.
Terraform will perform the following actions:
# redshift_database.db will be destroyed
- resource "redshift_database" "db" {
- connection_limit = -1 -> null
- id = "27376203" -> null
- name = "database-prd" -> null
- owner = (sensitive) -> null
}
Plan: 0 to add, 0 to change, 1 to destroy.
redshift_database.db: Destroying... [id=27376203]
╷
│ Error: pq: syntax error at or near "-"
│
│
╵
Problem applying destroying terraform environment
The text was updated successfully, but these errors were encountered:
I've been trying to destroy a redshift DB and getting this error, not too sure if this is a bug or if we're running into something else here.
The only way we can get round it is to either delete it manually.
The text was updated successfully, but these errors were encountered: