-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AWS Amplify Console Resources #6917
Comments
Do we know if there's any progress on this, or if it's even made it into the roadmap ? |
Hi, any progress with this one? |
So it looks like the ability to connect with amplify has been added to the provider codebase (in #9874), I guess now we await if anyone PR's the resources mentioned above? |
Hi, I experimentally implemented the following resources:
After adding validations and tests, I'll make a PR. Any comments are welcome. |
I opened the following PRs:
|
Is there any news on this, things seem to have stalled out? |
#11928 must be reviewed. What should I do for the next step? |
@k24d That's a good question, not sure who is supposed to be pinged but it looks like you have done the work to get the PR reviewed (though it is failing the tests?) so... As an aside, thanks for putting this all together! |
Please vote on #11928 by adding a 👍 reaction to help the community and maintainers prioritize the pull request. |
I described how to build terraform-provider-aws with Amplify resources: https://github.com/k24d/terraform-provider-aws/blob/amplify/README-amplify.md Please try it and let me know if you have any problems. |
@k24d Great stuff! Thank you for putting the README together and all the hardwork on these new resources. I finally got a chance to check them out and they're working well for my use-cases. I've got a pretty simple module put together that I'm using for some of my personal and business sites and planning on using for a client. You can check that out here: masterpointio/terraform-aws-amplify-app. Regarding feedback, overall it seems super stable and well done, but here are a few things I noticed that I figure will be good items to tackle at some point:
Anyway, again great work -- It's much appreciated! I'm stoked for when these resources finally land! |
@Gowiem Thank you for your feedback!
|
@k24d 👍
|
@k24d Just on-boarded a client to use this module for a proof of concept, so one new question here:
Also, side note for any watchers of this issue since the recently released AWS provider roadmap doesn't include merging this Amplify work: I created a |
@Gowiem You can use AWS CLI to examine how AWS implements a particular feature provided by AWS Management Console. In this case, it seems AWS uses the environment variable "_CUSTOM_IMAGE":
Can you try to set the same environment variable from Terraform? |
@k24d Aha interesting, thanks for the pointer. I'll give that a shot if it comes up again. I ended up putting together a somewhat ugly build_spec to get around not having custom image support, so I'm good for now. As for others, I think it'd be a good call to mention how to supply a custom image in the Amplify App resource Docs. |
Any updates on this? |
Hey @k24d -- Just ran into a couple things and I thought I'd run it by you and see if you had any thoughts:
|
Hi @Gowiem
|
Hey all, I've posted about this set of resources stalling out in the community forum, please share that around if you can so we can push these PRs forward! |
Hi all. A few months ago I received the following automated comment for #11928, which says some updates are required: However, I stopped using Amplify in my projects and I have no strong motivation to update these PRs. Is there anybody who can continue the work? |
@k24d Ah sorry to hear! I may have time in December / January to continue the work. I'll follow up then if I end up being able to take it on. I'm sure I'll have questions for you if so. |
@k24d I can take this up. |
@Gowiem @ashishmohite Thanks. Feel free to ask me if you have any questions. |
@k24d how do i fork your repo+branch ? I tried fork but it didn't bring the |
@ashishmohite The branch is in my fork repository. Please fetch the code from there.
I'm not sure if this is the right way to resolve the conflict. |
@ashishmohite Thanks! We just need to wait for the first view and feedbacks. Once the PR for the #11936 [WIP] New Resource: aws_amplify_backend_environment |
@ashishmohite @k24d thanks for your work on this, really looking forward to having support for amplify console in Terraform. @bflad is there anyone available from the terraform team to review the PRs, or some sort of timeline on when that might happen? |
anticipating... |
Looks like the first of those PRs was merged for the next release - @ewbankkit do you know if the others are on the near-term roadmap for review? |
@mwarkentin Yes, we intend to review and merge all the outstanding Amplify Console PRs as part of the Roadmap task. |
|
@ewbankkit thank you!! |
This has been released in version 3.44.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 for triage. Thanks! |
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. |
Community Note
Description
AWS announced AWS Amplify Console at reinvent 2018.
New or Affected Resource(s)
Here are some possible resources:
aws_amplify_console_app
aws_amplify_console_branch
aws_amplify_console_domain_association
References
Related PRs
The text was updated successfully, but these errors were encountered: