terraform-aws-modules / terraform-aws-opensearch

Terraform module to create AWS OpenSearch resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/opensearch/aws
Apache License 2.0
18 stars 25 forks source link

fix: Fix the condition of the logical operators of `master_user_arn` #10

Closed MaximPeten closed 5 months ago

MaximPeten commented 5 months ago

Description

Specifying the master_user_arn will result in it being interpreted as null, causing property value not to be applied. An error exists in the logical operator for that property value.

Motivation and Context

Due to that change, we can properly use master_user_arn

Breaking Changes

How Has This Been Tested?

github-actions[bot] commented 4 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.