How do I complete connections in apprunner?

0

Hi,

We're trying to use AppRunner and create a connection to github. I've created a connection via the API (terraform in particular), but when I try to complete it in the console, it just takes me to the screen to create a new connection, and doesn't let me complete the existing connection. How can I get completing connections to work?

asked 2 years ago247 views
1 Answer
1
Accepted Answer

As per the documentation, you should be able to create the connection initially via aws_apprunner_connection, but need to complete the process via the console, and it sounds like multiple people including yourself are reporting that this is not functioning as intended. I have attached links to these reports below (1)(2)(3).

As a workaround, you may need to create the connection via the console, and you can then either supply the ARN to aws_apprunner_service, or you can import the connection to aws_apprunner_connection.

(1) https://github.com/hashicorp/terraform-provider-aws/issues/19825

(2) https://github.com/hashicorp/terraform-provider-aws/issues/19884

(3) https://github.com/hashicorp/terraform-provider-aws/issues/22496

AWS
SUPPORT ENGINEER
Wayne_G
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions