File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 1.527.0
4+
5+
6+
7+ <details >
8+ <summary >update dd lambda to allow specifying region for configuration component @Benbentwo (#1163)</summary >
9+ ## what
10+
11+ - allows datadog-lambda forwarder to specify a global region override for environment
12+
13+ ## why
14+
15+ - since we cannot do dynamic providers we should make ` datadog_configuration ` be regional
16+
17+ Example Stack configuration
18+ ``` yaml
19+ import :
20+ - orgs/acme/plat/dev/_defaults
21+ - mixins/region/us-east-1
22+ - catalog/datadog/configuration
23+ - catalog/datadog/lambda-forwarder
24+
25+ components :
26+ terraform :
27+ datadog-configuration :
28+ vars :
29+ datadog_secrets_store_type : SSM
30+ datadog_secrets_source_store_account_stage : auto
31+ datadog_secrets_source_store_account_region : " us-west-2"
32+
33+ datadog-lambda-forwarder :
34+ vars :
35+ datadog_configuration_environment : " use1"
36+
37+ ```
38+
39+
40+ </details >
41+
42+ <details >
43+ <summary >Update Changelog for `1.526.0` @github-actions (#1181)</summary >
44+ Update Changelog for [ ` 1.526.0 ` ] ( https://github.com/cloudposse/terraform-aws-components/releases/tag/1.526.0 )
45+ </details >
46+
47+
48+
349## 1.526.0
450
551
You can’t perform that action at this time.
0 commit comments