File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "aws_opensearch_domain" "this" {
4545 for_each = try ([advanced_security_options . value . master_user_options ], [{}])
4646
4747 content {
48- master_user_arn = try (master_user_options. value . master_user_arn , null ) = = null ? try (master_user_options. value . master_user_arn , data. aws_iam_session_context . current [0 ]. issuer_arn ) : null
48+ master_user_arn = try (master_user_options. value . master_user_arn , null ) ! = null ? try (master_user_options. value . master_user_arn , data. aws_iam_session_context . current [0 ]. issuer_arn ) : null
4949 master_user_name = try (master_user_options. value . master_user_arn , null ) == null ? try (master_user_options. value . master_user_name , null ) : null
5050 master_user_password = try (master_user_options. value . master_user_arn , null ) == null ? try (master_user_options. value . master_user_password , null ) : null
5151 }
You can’t perform that action at this time.
0 commit comments