Skip to content

Commit

Permalink
enhancement: use cloudwatch alarm as centralized module (#28)
Browse files Browse the repository at this point in the history
* (fix): ecs auto scaling down (lower bound, upper), (update): to nre alarm module

* (add): new module

* (update): remove non-used task role policy

* (update): Document
  • Loading branch information
xshot9011 authored Nov 17, 2022
1 parent efd3778 commit bd1bd21
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args:
- "--args=--only=terraform_deprecated_interpolation"
- "--args=--only=terraform_deprecated_index"
# - "--args=--only=terraform_unused_declarations"
- "--args=--only=terraform_unused_declarations"
- "--args=--only=terraform_comment_syntax"
- "--args=--only=terraform_documented_outputs"
- "--args=--only=terraform_documented_variables"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v1.1.8] - 2022-11-17

### Changed

- Update `.pre-commit-config.yaml`
- Migrate resource `aws_appautoscaling_policy.step_scaling_policies.step_adjustment` to dynamic `step_adjustment` block
- Update resource `aws_cloudwatch_metric_alarm.step_alarm` to be module `step_alarm` (v1.0.0)

### Removed

- Remove `local.ecs_default_task_role_policy_arns`

## [v1.1.7] - 2022-10-10

### Added
Expand Down
Loading

0 comments on commit bd1bd21

Please sign in to comment.