Skip to content
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

[Bug]: Unable to deploy SIP media application in us-west-2 #32678

Closed
prabusampath007 opened this issue Jul 25, 2023 · 7 comments · Fixed by #34426
Closed

[Bug]: Unable to deploy SIP media application in us-west-2 #32678

prabusampath007 opened this issue Jul 25, 2023 · 7 comments · Fixed by #34426
Assignees
Labels
bug Addresses a defect in current functionality. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. service/chimesdkvoice Issues and PRs that pertain to the chimesdkvoice service.
Milestone

Comments

@prabusampath007
Copy link

prabusampath007 commented Jul 25, 2023

Terraform Core Version

1.1.7

AWS Provider Version

5.8.0

Affected Resource(s)

aws_chimesdkvoice_sip_media_application

Expected Behavior

Able to deploy this resource in us-west-2

Actual Behavior

Not able to deploy in us-west-2

image

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "aws_chimesdkvoice_sip_media_application" "example" {
  aws_region = "us-west-2"
  name       = "example-sip-media-application"
  endpoints {
    lambda_arn = aws_lambda_function.test.arn
  }
}

Steps to Reproduce

Deploy terraform in us-west-2

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@prabusampath007 prabusampath007 added bug Addresses a defect in current functionality. needs-triage Waiting for first response or review from a maintainer. labels Jul 25, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the service/chimesdkvoice Issues and PRs that pertain to the chimesdkvoice service. label Jul 25, 2023
@justinretzolk
Copy link
Member

Hey @prabusampath007 👋 Thank you for taking the time to raise this! So that we have the necessary information in order to look into this, can you supply debug logs (redacted as needed) as well?

@justinretzolk justinretzolk added waiting-response Maintainers are waiting on response from community or contributor. and removed needs-triage Waiting for first response or review from a maintainer. labels Jul 25, 2023
@prabusampath007
Copy link
Author

Hey @justinretzolk , Are you good to proceed with this or do you need any other info?

@github-actions github-actions bot removed the waiting-response Maintainers are waiting on response from community or contributor. label Aug 2, 2023
@justinretzolk
Copy link
Member

Hey @prabusampath007 👋 Are you able to supply debug logging, or do you have organizational restrictions that would prevent you from doing so? Unfortunately, the screenshot provided doesn't provide quite enough to be able to definitively say what's happening.

Can you also confirm the steps to reproduce this? Is this a fresh deployment of the resource, or does this occur during a subsequent run? If it's a subsequent run, is anything changing in the configuration during this time?

@justinretzolk justinretzolk added the waiting-response Maintainers are waiting on response from community or contributor. label Aug 2, 2023
@github-actions github-actions bot removed the waiting-response Maintainers are waiting on response from community or contributor. label Aug 2, 2023
@prabusampath007
Copy link
Author

Hey @justinretzolk It happened on first deployment and the subsequent run as well.

We are creating SIP media application (aws_chimesdkvoice_sip_media_application) in the us-west-2 region. While doing so, we received the above attached error.

You can simply do terraform run and see this error.

@justinretzolk justinretzolk added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Aug 14, 2023
@johnsonaj johnsonaj self-assigned this Nov 13, 2023
@github-actions github-actions bot added this to the v5.26.0 milestone Nov 15, 2023
@github-actions github-actions bot removed the bug Addresses a defect in current functionality. label Nov 16, 2023
Copy link

This functionality has been released in v5.26.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 17, 2023
@justinretzolk justinretzolk added the bug Addresses a defect in current functionality. label Feb 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. service/chimesdkvoice Issues and PRs that pertain to the chimesdkvoice service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants