-
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
Implement AWS App Runner resources #19432
Conversation
provider: add AppRunner service client and tagging support
* add auto scaling config version resource * CR/linter updates
* apprunner connection resource * Update finder method name to ConnectionSummaryByName Co-authored-by: Kit Ewbank <[email protected]> * Update finder usage ConnectionSummaryByName Co-authored-by: Kit Ewbank <[email protected]> * Update aws/resource_aws_apprunner_connection.go Co-authored-by: Kit Ewbank <[email protected]> * Update finder usage to ConnectionSummaryByName Co-authored-by: Kit Ewbank <[email protected]> * Update aws/resource_aws_apprunner_connection.go Co-authored-by: Kit Ewbank <[email protected]> * Update finder method name to ConnectionSummaryByName Co-authored-by: Kit Ewbank <[email protected]> * Update finder method name to ConnectionSummaryByName Co-authored-by: Kit Ewbank <[email protected]> * update to new sweeper method usage * add precheck for govcloud * semgrep fix Co-authored-by: Kit Ewbank <[email protected]>
* add custom domain association resource * CR/linter updates
* new resource: apprunner_service * cleanup tests and documentation * update timeouts and add PreCheck * additional tests * CR/linter updates * update to new sweeper method usage * linting fix * gofmt * updates after testing service * update auto_scaling_version resource with new defaults
This has been released in version 3.41.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Implements AWS App Runner resources:
Announcement: https://aws.amazon.com/about-aws/whats-new/2021/05/aws-announces-aws-app-runner/
Service Documentation: https://aws.amazon.com/apprunner/
Output from acceptance testing: