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 d957598 commit 788b0e4Copy full SHA for 788b0e4
cfn-resources/cluster/cmd/resource/mappings.go
@@ -616,9 +616,8 @@ func expandClusterAdvancedConfiguration(processArgs ProcessArgs) *admin.ApiAtlas
616
if processArgs.TlsCipherConfigMode != nil {
617
args.TlsCipherConfigMode = processArgs.TlsCipherConfigMode
618
}
619
- if processArgs.CustomOpensslCipherConfigTls12 != nil {
620
- args.CustomOpensslCipherConfigTls12 = &processArgs.CustomOpensslCipherConfigTls12
621
- }
+ args.CustomOpensslCipherConfigTls12 = &processArgs.CustomOpensslCipherConfigTls12
+
622
return &args
623
624
0 commit comments