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" {
45
45
for_each = try ([advanced_security_options . value . master_user_options ], [{}])
46
46
47
47
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
49
49
master_user_name = try (master_user_options. value . master_user_arn , null ) == null ? try (master_user_options. value . master_user_name , null ) : null
50
50
master_user_password = try (master_user_options. value . master_user_arn , null ) == null ? try (master_user_options. value . master_user_password , null ) : null
51
51
}
You can’t perform that action at this time.
0 commit comments