File tree 2 files changed +447
-1
lines changed
2 files changed +447
-1
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package postgresql
3
3
import (
4
4
"context"
5
5
"fmt"
6
+ "os"
7
+
6
8
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
7
9
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
8
- "os"
9
10
10
11
"github.com/blang/semver"
11
12
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
@@ -190,6 +191,7 @@ func Provider() *schema.Provider {
190
191
"postgresql_extension" : resourcePostgreSQLExtension (),
191
192
"postgresql_grant" : resourcePostgreSQLGrant (),
192
193
"postgresql_grant_role" : resourcePostgreSQLGrantRole (),
194
+ "postgresql_event_trigger" : resourcePostgreSQLEventTrigger (),
193
195
"postgresql_replication_slot" : resourcePostgreSQLReplicationSlot (),
194
196
"postgresql_publication" : resourcePostgreSQLPublication (),
195
197
"postgresql_subscription" : resourcePostgreSQLSubscription (),
You can’t perform that action at this time.
0 commit comments