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: Create a domain policy that implicitly depends_on domain #15

Closed hougang512 closed 4 months ago

hougang512 commented 4 months ago

Description

Create a domain policy that implicitly depends_on domain

Motivation and Context

When creating a domain policy through the var.access_policies variable, terraform execution fails and prompts that the specified domain cannot be found, The above problem can be solved by establishing an implicit depends_on between domain policy and domain

Breaking Changes

no

How Has This Been Tested?

I have passed the test

antonbabenko commented 4 months ago

This PR is included in version 1.2.1 :tada:

github-actions[bot] commented 3 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.