Skip to content

Commit 50e4ad9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into sync-with-hashicorp-14
2 parents 11c2587 + 203c377 commit 50e4ad9

File tree

144 files changed

+8576
-2420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+8576
-2420
lines changed

.changelog/45073.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_msk_cluster: Add `rebalancing` configuration block to support intelligent rebalancing for Express broker clusters
3+
```

.changelog/45097.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
aws_billing_view
3+
```

.changelog/45104.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_bedrock_guardrail: Add `input_action`, `input_enabled`, `input_modalities`, `output_action`, `output_enabled`, and `output_modalities` arguments to the `content_policy_config.filters_config` block
3+
```

.changelog/45143.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```release-note:new-guide
2+
Tag Policy Compliance
3+
```
4+
```release-note:enhancement
5+
provider: Add support for enforcing tag policy compliance. This opt-in feature can be enabled via the new `tag_policy_compliance` provider argument, or the `TF_AWS_TAG_POLICY_COMPLIANCE` environment variable. When enabled, the principal executing Terraform must have the `tags:ListRequiredTags` IAM permission.
6+
```

.changelog/45159.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_fsx_openzfs_file_system: Support `INTELLIGENT_TIERING` storage type and add `read_cache_configuration` argument
3+
```

.changelog/45170.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:enhancement
2+
resource/aws_lambda_function: Add `tenancy_config` argument
3+
```
4+
5+
```release-note:enhancement
6+
data-source/aws_lambda_function: Add `tenancy_config` attribute
7+
```
8+
9+
```release-note:enhancement
10+
resource/aws_lambda_invocation: Add `tenant_id` argument
11+
```
12+
13+
```release-note:enhancement
14+
data-source/aws_lambda_invocation: Add `tenant_id` argument
15+
```
16+
17+
```release-note:enhancement
18+
action/aws_lambda_invoke: Add `tenant_id` argument
19+
```

.changelog/45201.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```release-note:bug
2+
provider: Fix early return logic in the required tag validation interceptor. This addresses a performance regression introduced in [v6.22.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6220-november-20-2025).
3+
```
4+
```release-note:bug
5+
provider: Fix crash in required tag validation interceptor when tag values are unknown. This addresses a regression introduced in [v6.22.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6220-november-20-2025).
6+
```

.changelog/45202.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_accessanalyzer_analyzer: Fix `interface conversion: interface {} is nil, not map[string]interface {}` panics when `configuration.unused_access.analysis_rule.exclusion.resource_tags` contains `null` values
3+
```

.changelog/45205.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_odb_cloud_vm_cluster: Fix incorrect validation error when arguments are configured using variables. This addresses a regression introduced in [v6.22.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#6220-november-20-2025)
3+
```

.ci/providerlint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ require (
5353
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5454
github.com/zclconf/go-cty v1.17.0 // indirect
5555
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
56-
golang.org/x/crypto v0.44.0 // indirect
56+
golang.org/x/crypto v0.45.0 // indirect
5757
golang.org/x/mod v0.30.0 // indirect
5858
golang.org/x/net v0.47.0 // indirect
5959
golang.org/x/sync v0.18.0 // indirect

0 commit comments

Comments
 (0)