AWS App Runner 如何连接Github?

0

【以下的问题经过翻译处理】 我们正在尝试使用App Runner并创建与github的连接。我已经通过API(具体来说是terraform)创建了连接,但当我尝试在控制台中使用它时,它只是带我到创建新连接的界面,并且不允许我完成现有的连接。我该怎么做才能让 App Runner 如何连接Github?

profile picture
EXPERT
asked 6 months ago50 views
1 Answer
0

【以下的回答经过翻译处理】 根据文档,您能通过 aws_apprunner_connection 来创建连接,但需要通过控制台完成该过程。包括您在内的多个人都报告此功能无法正常工作。我在下面附上了这些报告的链接(1)(2)(3)。

作为一种解决方法,您可能需要通过控制台创建连接,然后可以将 ARN 提供给 aws_apprunner_service,或者将连接导入到 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

profile picture
EXPERT
answered 6 months 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