-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Enhancement]: New Resource aws_apprunner_start_deployment #34835
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hi @emoshaya, thanks for taking the time to raise this issue! 👏🏼 I'll happily pick this up. |
I am configuring the resource to wait until the deployment operation reaches the 'succeeded' status before deeming the creation process successful. |
@bschaatsbergen any update on this feature? |
Thanks for reaching out @emoshaya, I'm rewriting this resource in the coming days to adhere to the new standard of using the Terraform Provider Plugin Framework, shortly after that I would guess this gets merged. I'll keep you updated. |
@emoshaya quick update from my side: the resource implementation is done, I just need to check why the test is failing. |
That's awesome! thank you for your time and effort on this.. greatly appreciated! |
This functionality has been released in v5.39.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. Thank you! |
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. |
Description
Due to a limitation where explained here.
We have a use case for manually starting the app runner deployment when an environment variable using aws secret manager/ssm parameter store is updated.
We would like a new resource aws_apprunner_start_deployment to start deployment and have it depend on changes in ssm paramter store / secret manager values
We are currently working around this issue by using the aws cli command: aws apprunner start-deployment
https://docs.aws.amazon.com/cli/latest/reference/apprunner/start-deployment.html
Affected Resource(s) and/or Data Source(s)
aws_apprunner_start_deployment
Potential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/apprunner/start-deployment.html
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: