We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6491285 commit 6d56efeCopy full SHA for 6d56efe
internal/service/odb/cloud_autonomous_vm_cluster.go
@@ -5,7 +5,6 @@ package odb
5
import (
6
"context"
7
"errors"
8
- "github.com/hashicorp/terraform-plugin-framework/path"
9
"time"
10
11
"github.com/aws/aws-sdk-go-v2/aws"
@@ -15,6 +14,7 @@ import (
15
14
"github.com/hashicorp/terraform-plugin-framework-timetypes/timetypes"
16
"github.com/hashicorp/terraform-plugin-framework-validators/listvalidator"
17
"github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator"
+ "github.com/hashicorp/terraform-plugin-framework/path"
18
"github.com/hashicorp/terraform-plugin-framework/resource"
19
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
20
"github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier"
0 commit comments