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

Custom build images #14

Open
borisyordanov opened this issue Aug 10, 2023 · 1 comment
Open

Custom build images #14

borisyordanov opened this issue Aug 10, 2023 · 1 comment

Comments

@borisyordanov
Copy link

borisyordanov commented Aug 10, 2023

Describe the Feature

Amplify allows for custom-build images to be set in their UI, it'd be useful if they can be controlled with terraform like everything else about Amplify

image

Expected Behavior

https://github.com/cloudposse/terraform-aws-amplify-app/ supports all features of Amplify

Use Case

AWS have already documented why having custom images is important and how it works - https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-image.html

Describe Ideal Solution

A new input for build image settings

  build_image_settings = {
    image   = "public.ecr.aws/docker/library/node:lts"
    timeout = 30
  }

Alternatives Considered

It's possible to set a custom image with an env variable

 _CUSTOM_IMAGE                  = "public.ecr.aws/docker/library/node:lts"

Additional Context

No response

@l-monninger
Copy link

What is the status of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants