Skip to content

Commit 5aa488b

Browse files
Exempted - make fmt
1 parent e150260 commit 5aa488b

9 files changed

+2
-10
lines changed

internal/integrationtest/golden_gate_connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ var (
193193
"lifecycle": acctest.RepresentationGroup{RepType: acctest.Required, Group: ignoreDefinedTagsAndLocks},
194194
"subscription_id": acctest.Representation{RepType: acctest.Optional, Create: `${var.subscription_id}`},
195195
"cluster_placement_group_id": acctest.Representation{RepType: acctest.Optional, Create: `${var.cluster_placement_group_id}`},
196-
"security_attributes": acctest.Representation{RepType: acctest.Optional, Create: getSecurityAttributes()},
196+
"security_attributes": acctest.Representation{RepType: acctest.Optional, Create: getSecurityAttributes()},
197197
},
198198
},
199199

internal/service/database/database_database_snapshot_standby_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package database
55

66
import (
77
"context"
8+
89
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
910
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
1011

internal/service/golden_gate/golden_gate_connection_assignment_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
109
"strings"
1110
"time"
1211

internal/service/golden_gate/golden_gate_connection_data_source.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ package golden_gate
55

66
import (
77
"context"
8-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98
"log"
109

1110
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
12-
1311
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1412
oci_golden_gate "github.com/oracle/oci-go-sdk/v65/goldengate"
1513

internal/service/golden_gate/golden_gate_connection_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
109
"log"
1110
"strings"
1211
"time"

internal/service/golden_gate/golden_gate_connections_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package golden_gate
55

66
import (
77
"context"
8-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98

109
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1110

internal/service/golden_gate/golden_gate_deployment_resource.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ package golden_gate
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
10-
oci_golden_gate "github.com/oracle/oci-go-sdk/v65/goldengate"
119
"strconv"
1210
"strings"
1311
"time"

internal/service/golden_gate/golden_gate_deployment_type_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package golden_gate
55

66
import (
77
"context"
8-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98

109
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1110

internal/service/golden_gate/golden_gate_message_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package golden_gate
55

66
import (
77
"context"
8-
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
98

109
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1110

0 commit comments

Comments
 (0)