-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #29791 #36961
base: main
Are you sure you want to change the base?
Fix issue #29791 #36961
Conversation
Adds `AWAITING_APP_CNAME` to the pending state for awaiting domain association verification and the target state for awaiting domain association creation.
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @robmoss2k 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
There's also a
|
@romatallinn Added that to the draft PR, thanks. Still no idea how to get hold of someone capable of running the tests. I just tried and failed again. |
Thanks. Can you drop docs on what tests exactly you need to run? I don't see them in contribution guides, besides the ones run automatically in CI. I'll see what I can do. |
Yikes, found the aforementioned tests. Quite bulky to setup. @robmoss2k can you mark MR as non-draft, maybe this will help a bit with visibility.
|
Marked as ready for review - thanks for the help, @romatallinn! |
Not sure if this was helpful or not, but I pulled the branch and ran tests. My team is also dealing with this bug. I followed these steps in a fresh VM. Like @MrLightful said, it was pretty bulky to set up. I ran Running What else needs to be done to verify and merge this PR? |
Description
Adds
AWAITING_APP_CNAME
to the pending state for awaiting domain association verification and the target state for awaiting domain association creation.Relations
Closes #29791
References
Output from Acceptance Testing
I'm on Windows. I couldn't get the tests to work. In WSL, I ran out of memory while trying to run it. If someone could run this, that would be excellent.