Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
achellouche committed Dec 7, 2023
1 parent 8fc9ce9 commit 9c97480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func Provider() *schema.Provider {
"postgresql_function": resourcePostgreSQLFunction(),
"postgresql_server": resourcePostgreSQLServer(),
"postgresql_user_mapping": resourcePostgreSQLUserMapping(),
"postgresql_alter_role": resourcePostgreSQLAlterRole(),
"postgresql_alter_role": resourcePostgreSQLAlterRole(),
},

DataSourcesMap: map[string]*schema.Resource{
Expand Down

0 comments on commit 9c97480

Please sign in to comment.