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

feat: rebase cloudposse #10

Merged
merged 44 commits into from
Feb 25, 2025
Merged

feat: rebase cloudposse #10

merged 44 commits into from
Feb 25, 2025

Conversation

ztzxt
Copy link

@ztzxt ztzxt commented Jan 14, 2025

Description

Motivation and Context

Breaking Changes

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Sorry, something went wrong.

joe-niland and others added 30 commits February 24, 2023 13:15
* Add option to trigger a redeployment on apply

* add triggers var to each variation of ecs_service

* set redeployment trigger value in locals

* Update example version and fixture

* Update readme

* Bump min tf version to 0.14

doc: rebuild readme

* Run pr/auto-format/host locally
* Add option to trigger a redeployment on apply (cloudposse#193)

* Add option to trigger a redeployment on apply

* add triggers var to each variation of ecs_service

* set redeployment trigger value in locals

* Update example version and fixture

* Update readme

* Bump min tf version to 0.14

doc: rebuild readme

* Run pr/auto-format/host locally

* Modify task_policy_arns to use map

- avoid Terraform for_each error related to dependency on resources known after apply
- deprecate var task_policy_arns - replace with task_policy_arns_map

* Use map instead of list for task_policy_arns

* Replace task_exec_policy_arns with task_exec_policy_arns_map

- deprecate task_exec_policy_arns
- add test input for task_policy_arns

* Rename test policy statement

* Update readme

* Auto Format

* bump tf version for examples

---------

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
)

* fix external task definition must exist before first run

* update readme

* fix lint warnings
* feat(ecs_task_definition): add ipc_mode, pid_mode

* fix(variables.tf): formatting

* fix(tflint): change to square braces

* fix(tflint): resolve remaining issues

* chore(readme): update for commit checks

* fix(variables): properly handle null
* feat: support ECS service connect

* fix: manually update .md files to the expected values

* fix: revert space changes
* fix: make `elb_name` optional

* readme

---------

Co-authored-by: Kevin Mahoney <kevin@icecube.dog>
Co-authored-by: max-lobur <max-lobur@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](golang/net@v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](golang/net@v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: support ECS service connect TLS

* feat: support ECS service connect timeout

---------

Co-authored-by: Alex Kaplan <akaplan@akiliinteractive.com>
* feat: adds support for track_latest

* chore: revert TF constraint update
@ztzxt ztzxt changed the title Rebase cloudposse feat: rebase cloudposse Jan 14, 2025
@ztzxt ztzxt merged commit 7c9bf6c into main Feb 25, 2025
6 checks passed
@ztzxt ztzxt deleted the rebase-cloudposse branch February 25, 2025 16:59
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

Successfully merging this pull request may close these issues.

None yet