Skip to content

Commit 174355b

Browse files
committed
feat: add postgresql_role_attribute to manage role attributes
1 parent 25fbd1c commit 174355b

File tree

5 files changed

+669
-0
lines changed

5 files changed

+669
-0
lines changed

postgresql/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ func Provider() *schema.Provider {
213213
"postgresql_physical_replication_slot": resourcePostgreSQLPhysicalReplicationSlot(),
214214
"postgresql_schema": resourcePostgreSQLSchema(),
215215
"postgresql_role": resourcePostgreSQLRole(),
216+
"postgresql_role_attribute": resourcePostgreSQLRoleAttribute(),
216217
"postgresql_function": resourcePostgreSQLFunction(),
217218
"postgresql_server": resourcePostgreSQLServer(),
218219
"postgresql_user_mapping": resourcePostgreSQLUserMapping(),

0 commit comments

Comments
 (0)