Skip to content

Commit cc8af2d

Browse files
rashik-bhasinvsin12
authored andcommitted
fix import statement
1 parent a971633 commit cc8af2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/integrationtest/helpers_autonomous_database.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"github.com/terraform-providers/terraform-provider-oci/internal/tfresource"
1515
"github.com/terraform-providers/terraform-provider-oci/internal/utils"
1616

17-
oci_common "github.com/oracle/oci-go-sdk/v55/common"
18-
oci_database "github.com/oracle/oci-go-sdk/v55/database"
19-
oci_identity "github.com/oracle/oci-go-sdk/v55/identity"
17+
oci_common "github.com/oracle/oci-go-sdk/v56/common"
18+
oci_database "github.com/oracle/oci-go-sdk/v56/database"
19+
oci_identity "github.com/oracle/oci-go-sdk/v56/identity"
2020
)
2121

2222
func createAdbInRegion(clients *tf_client.OracleClients, region string) (string, error) {

0 commit comments

Comments
 (0)