Closed hougang512 closed 4 months ago
This PR is included in version 1.2.1 :tada:
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.
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
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request