-
-
Notifications
You must be signed in to change notification settings - Fork 355
feat: Add support for runtime_platform config block #279
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
Conversation
Co-authored-by: Bryant Biggs <[email protected]>
Co-authored-by: Bryant Biggs <[email protected]>
Co-authored-by: Bryant Biggs <[email protected]>
Co-authored-by: Bryant Biggs <[email protected]>
Co-authored-by: Bryant Biggs <[email protected]>
@bryantbiggs I applied all of your suggestions and then tested the code again using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @zahorniak !
## [3.16.0](v3.15.1...v3.16.0) (2022-05-15) ### Features * Add support for runtime_platform config block ([#279](#279)) ([4b93dee](4b93dee))
This PR is included in version 3.16.0 🎉 |
…dules#279) Co-authored-by: Bryant Biggs <[email protected]>
## [3.16.0](terraform-aws-modules/terraform-aws-atlantis@v3.15.1...v3.16.0) (2022-05-15) ### Features * Add support for runtime_platform config block ([terraform-aws-modules#279](terraform-aws-modules#279)) ([4b93dee](terraform-aws-modules@4b93dee))
…dules#279) Co-authored-by: Bryant Biggs <[email protected]>
## [3.16.0](terraform-aws-modules/terraform-aws-atlantis@v3.15.1...v3.16.0) (2022-05-15) ### Features * Add support for runtime_platform config block ([terraform-aws-modules#279](terraform-aws-modules#279)) ([4b93dee](terraform-aws-modules@4b93dee))
…dules#279) Co-authored-by: Bryant Biggs <[email protected]>
## [3.16.0](terraform-aws-modules/terraform-aws-atlantis@v3.15.1...v3.16.0) (2022-05-15) ### Features * Add support for runtime_platform config block ([terraform-aws-modules#279](terraform-aws-modules#279)) ([4b93dee](terraform-aws-modules@4b93dee))
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. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
These changes add support for
runtime_platform
configuration block toaws_ecs_task_definition
. This option allows running Atlantis on a custom Operating system and custom Architecture on Fargate.Motivation and Context
Closes #273
Breaking Changes
The minimum AWS provider version was updated 3.45 -> 3.69 (AWS provider PR)
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request