Skip to content

Commit f94ec58

Browse files
Terraform Team Automationsrinioci
authored andcommitted
Added - Support for Fix missing TLSv1.3 protocol documentation from Load Balancer provider
1 parent 309bbc5 commit f94ec58

7 files changed

+13
-5
lines changed

internal/integrationtest/cloud_guard_adhoc_query_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ package integrationtest
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
109
"strconv"
1110
"testing"
1211
"time"
1312

13+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
14+
1415
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1516
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1617
oci_cloud_guard "github.com/oracle/oci-go-sdk/v65/cloudguard"

internal/integrationtest/cloud_guard_saved_query_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ package integrationtest
66
import (
77
"context"
88
"fmt"
9-
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
109
"strconv"
1110
"testing"
1211
"time"
1312

13+
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
14+
1415
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1516
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1617
oci_cloud_guard "github.com/oracle/oci-go-sdk/v65/cloudguard"

internal/integrationtest/cloud_guard_wlp_agent_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ package integrationtest
66
import (
77
"context"
88
"fmt"
9+
"strconv"
10+
"testing"
11+
912
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1013
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
1114
oci_cloud_guard "github.com/oracle/oci-go-sdk/v65/cloudguard"
1215
"github.com/oracle/oci-go-sdk/v65/common"
13-
"strconv"
14-
"testing"
1516

1617
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1718
"github.com/oracle/terraform-provider-oci/httpreplay"

internal/integrationtest/datascience_pipeline_run_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ package integrationtest
66
import (
77
"context"
88
"fmt"
9-
"github.com/oracle/terraform-provider-oci/internal/resourcediscovery"
109
"strconv"
1110
"testing"
1211
"time"
1312

13+
"github.com/oracle/terraform-provider-oci/internal/resourcediscovery"
14+
1415
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1516
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
1617
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

website/docs/d/load_balancer_backend_sets.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ The following attributes are exported:
172172
* TLSv1
173173
* TLSv1.1
174174
* TLSv1.2
175+
* TLSv1.3
175176

176177
If this field is not specified, TLSv1.2 is the default.
177178

website/docs/r/load_balancer_backend_set.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ The following arguments are supported:
209209
* TLSv1
210210
* TLSv1.1
211211
* TLSv1.2
212+
* TLSv1.3
212213

213214
If this field is not specified, TLSv1.2 is the default.
214215

@@ -364,6 +365,7 @@ The following attributes are exported:
364365
* TLSv1
365366
* TLSv1.1
366367
* TLSv1.2
368+
* TLSv1.3
367369

368370
If this field is not specified, TLSv1.2 is the default.
369371

website/docs/r/load_balancer_listener.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The following arguments are supported:
102102
* TLSv1
103103
* TLSv1.1
104104
* TLSv1.2
105+
* TLSv1.3
105106

106107
If this field is not specified, TLSv1.2 is the default.
107108

0 commit comments

Comments
 (0)