Skip to content

Hosting AWS Amplify using Terraform

0

I am trying to build a CI/CD pipeline using terraform. I am creating .tf files for Amplify modules as I am creating my React application in AWS Amplify with GRAPHQL API backend. While writing the code in HCL I am trying to connect connecting my Github enterprise repository. After doing terraform apply I get the following error:

creating Amplify App (SelfServiceDashboard): BadRequestException: Repository provider not supported.

Also I read somewhere in support that GitHub enterprise is not supported by AWS amplify. Could you suggest an alternative how to setup terraform for aws amplify?

1 Answer
1

This provides a step by step guide in form of workshop: https://catalog.workshops.aws/amplify-with-terraform/en-US/introduction

EXPERT
answered 3 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.