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
│ Error: expected object_type to be one of [table sequence function type schema], got routine
│
│ with postgresql_default_privileges.this,
│ on main.tf line 7, in resource "postgresql_default_privileges" "this":
│ 7: object_type = "routine"
The text was updated successfully, but these errors were encountered:
loganmzz
changed the title
Support for "type" object_type in postgresql_default_privileges
Support for any object_type in postgresql_default_privileges
Sep 23, 2024
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Panic Output
Expected Behavior
Support any PgSQL supported type (documentation: https://www.postgresql.org/docs/current/sql-alterdefaultprivileges.html)
Actual Behavior
Plan error
Steps to Reproduce
terraform plan
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: