Skip to content

Commit 109cb62

Browse files
committed
opsi import fix
1 parent aa8c97e commit 109cb62

18 files changed

+18
-18
lines changed

oci/opsi_awr_hub_awr_snapshot_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1212
oci_common "github.com/oracle/oci-go-sdk/v53/common"
13-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
13+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1414
)
1515

1616
func init() {

oci/opsi_awr_hub_awr_snapshots_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1212
oci_common "github.com/oracle/oci-go-sdk/v53/common"
13-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
13+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1414
)
1515

1616
func init() {

oci/opsi_awr_hub_awr_sources_summary_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"context"
88

99
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
10-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
10+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1111
)
1212

1313
func init() {

oci/opsi_awr_hub_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"context"
88

99
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
10-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
10+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1111
)
1212

1313
func init() {

oci/opsi_awr_hub_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1414

1515
oci_common "github.com/oracle/oci-go-sdk/v53/common"
16-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
16+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1717
)
1818

1919
func init() {

oci/opsi_awr_hub_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1515
"github.com/hashicorp/terraform-plugin-sdk/terraform"
1616
"github.com/oracle/oci-go-sdk/v53/common"
17-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
17+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1818

1919
"github.com/terraform-providers/terraform-provider-oci/httpreplay"
2020
)

oci/opsi_awr_hubs_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"context"
88

99
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
10-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
10+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1111
)
1212

1313
func init() {

oci/opsi_operations_insights_warehouse_data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"context"
88

99
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
10-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
10+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1111
)
1212

1313
func init() {

oci/opsi_operations_insights_warehouse_download_warehouse_wallet_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1111

12-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
12+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1313
)
1414

1515
func init() {

oci/opsi_operations_insights_warehouse_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
1414

1515
oci_common "github.com/oracle/oci-go-sdk/v53/common"
16-
oci_opsi "github.com/oracle/oci-go-sdk/v53/operationsinsights"
16+
oci_opsi "github.com/oracle/oci-go-sdk/v53/opsi"
1717
)
1818

1919
func init() {

0 commit comments

Comments
 (0)