Skip to content

Commit fb8b77d

Browse files
Update Changelog for 1.527.0 (#1182)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
1 parent 1730b0b commit fb8b77d

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
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

0 commit comments

Comments
 (0)