Skip to content

Commit

Permalink
fix: CIS - remove deafult value for min_tls_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit Srivastava authored and hkantare committed Nov 23, 2023
1 parent a45c8ab commit a23e7e7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion ibm/service/cis/resource_ibm_cis_domain_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ func ResourceIBMCISSettings() *schema.Resource {
ValidateFunc: validate.InvokeValidator(
ibmCISDomainSettings,
cisDomainSettingsTLSVersionValidatorID),
Default: "1.1",
},
cisDomainSettingsCNAMEFlattening: {
Type: schema.TypeString,
Expand Down
1 change: 0 additions & 1 deletion ibm/service/cis/resource_ibm_cis_tls_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func ResourceIBMCISTLSSettings() *schema.Resource {
Description: "Minimum version of TLS required",
Optional: true,
ValidateFunc: validate.InvokeValidator(ibmCISTLSSettings, cisTLSSettingsMinTLSVersion),
Default: "1.1",
},
},
Create: resourceCISTLSSettingsUpdate,
Expand Down
2 changes: 0 additions & 2 deletions metadata/provider_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -94360,7 +94360,6 @@
"name": "min_tls_version",
"type": "TypeString",
"description": "Minimum version of TLS required",
"default_value": "1.1",
"optional": true
},
{
Expand Down Expand Up @@ -96013,7 +96012,6 @@
"name": "min_tls_version",
"type": "TypeString",
"description": "Minimum version of TLS required",
"default_value": "1.1",
"options": "1.1, 1.2, 1.3, 1.4",
"optional": true
}
Expand Down

0 comments on commit a23e7e7

Please sign in to comment.