Skip to content

Commit af211b9

Browse files
authored
feat: update for gosoline v0.38.0 (#178)
## Description <!--- Describe your changes in detail --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## Breaking Changes <!-- Does this break backwards compatibility with the current major version? --> <!-- If so, please provide an explanation why it is necessary. --> ## 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 <!--- Users should start with an existing example as its written, deploy it, then check their changes against it --> <!--- This will highlight breaking/disruptive changes. Once you have checked, deploy your changes to verify --> <!--- Please describe how you tested your changes --> - [ ] I have executed `pre-commit run -a` on my pull request <!--- Please see https://github.com/antonbabenko/pre-commit-terraform#how-to-install for how to install -->
1 parent 4fc24dd commit af211b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ module "container_definition" {
129129
METRIC_CALCULATOR_ECS_CLUSTER = "{env}"
130130
METRIC_CALCULATOR_ECS_SERVICE = "{app_group}-{app_name}"
131131
METRIC_CALCULATOR_DYNAMODB_NAMING_PATTERN = "!nodecode {env}-{modelId}"
132-
METRIC_CLOUDWATCH_NAMING_PATTERN = "!nodecode {env}/{group}/{app}"
132+
METRIC_WRITER_SETTINGS_CLOUDWATCH_NAMING_PATTERN = "!nodecode {env}/{group}/{app}"
133133
METRIC_ENABLED = var.metric_enabled
134-
METRIC_WRITER = "cw"
134+
METRIC_WRITERS = "cloudwatch"
135135
REDIS_DEFAULT_ADDRESS = ""
136136
REDIS_DEFAULT_DIALER = "srv"
137137
REDIS_DEFAULT_NAMING_PATTERN = "!nodecode {name}.{group}.{env}.{family}"

0 commit comments

Comments
 (0)