Skip to content

Commit fedbbdb

Browse files
committed
Modify oci_load_balancer_backend_set.ssl_configuration to optional only
1 parent 7af7a6f commit fedbbdb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
### Fixed
99
- Fix compositeId parsing for pre-authenticated requests in object storage [Issue #867](https://github.com/terraform-providers/terraform-provider-oci/issues/867)
10+
- Fixed ssl_configuration is optional only in `oci_load_balancer_backend_set` resource
1011

1112
## 3.45.0 (September 25, 2019)
1213

oci/load_balancer_backend_set_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ func LoadBalancerBackendSetResource() *schema.Resource {
186186
"ssl_configuration": {
187187
Type: schema.TypeList,
188188
Optional: true,
189-
Computed: true,
190189
MaxItems: 1,
191190
MinItems: 1,
192191
Elem: &schema.Resource{

0 commit comments

Comments
 (0)