Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunsai14 committed Nov 5, 2024
1 parent dd02675 commit bf5e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ resource "aws_opensearch_domain" "this" {
for_each = var.use_iam_arn_as_master_user ? [] : [1]
content {
master_user_name = var.master_user_name
master_user_password = aws_ssm_parameter.master_user_password.value
master_user_password = aws_ssm_parameter.master_user_password[0].value
master_user_arn = var.use_iam_arn_as_master_user ? var.master_user_arn : null
}
}
Expand Down

0 comments on commit bf5e171

Please sign in to comment.