Skip to content

Commit bd1bd21

Browse files
authored
enhancement: use cloudwatch alarm as centralized module (#28)
* (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
1 parent efd3778 commit bd1bd21

File tree

5 files changed

+151
-108
lines changed

5 files changed

+151
-108
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args:
1212
- "--args=--only=terraform_deprecated_interpolation"
1313
- "--args=--only=terraform_deprecated_index"
14-
# - "--args=--only=terraform_unused_declarations"
14+
- "--args=--only=terraform_unused_declarations"
1515
- "--args=--only=terraform_comment_syntax"
1616
- "--args=--only=terraform_documented_outputs"
1717
- "--args=--only=terraform_documented_variables"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v1.1.8] - 2022-11-17
4+
5+
### Changed
6+
7+
- Update `.pre-commit-config.yaml`
8+
- Migrate resource `aws_appautoscaling_policy.step_scaling_policies.step_adjustment` to dynamic `step_adjustment` block
9+
- Update resource `aws_cloudwatch_metric_alarm.step_alarm` to be module `step_alarm` (v1.0.0)
10+
11+
### Removed
12+
13+
- Remove `local.ecs_default_task_role_policy_arns`
14+
315
## [v1.1.7] - 2022-10-10
416

517
### Added

0 commit comments

Comments
 (0)