Skip to content

Commit 9bb60df

Browse files
authored
Merge pull request #347 from coveooss/pr-from-v5.91.0
chore: Update from hashicorp/terraform-provider-aws (v5.91.0)
2 parents 01459e7 + e41d790 commit 9bb60df

File tree

467 files changed

+10932
-4807
lines changed

Some content is hidden

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

467 files changed

+10932
-4807
lines changed

.changelog/40123.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_wafv2_web_acl: Add `rule.challenge_config` argument
3+
```

.changelog/40191.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_codebuild_project: Add `secondary_sources.auth` configuration block
3+
```

.changelog/40661.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_timestreaminfluxdb_db_instance: Add `network_type` and `port` attributes. The following can now be updated in place: `allocated_storage`, `db_instance_type`, `db_storage_type` and `deployment_type`
3+
```

.changelog/40797.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:new-resource
2+
aws_network_interface_permission
3+
```
4+
5+
```release-note:note
6+
resource/aws_network_interface_permission: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing
7+
```

.changelog/40889.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
```release-note:enhancement
2+
resource/aws_wafv2_ip_set: Add `name_prefix` argument and plan-time validation of `name`
3+
```
4+
5+
```release-note:enhancement
6+
resource/aws_wafv2_regex_pattern_set: Add `name_prefix` argument and plan-time validation of `name`
7+
```
8+
9+
```release-note:enhancement
10+
resource/aws_wafv2_web_acl: Add `name_prefix` argument
11+
```

.changelog/41741.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
```release-note:new-resource
2+
aws_route53_records_exclusive
3+
```
4+
```release-note:enhancement
5+
resource/aws_route53_hosted_zone_dnssec: Add configurable operation timeouts
6+
```
7+
```release-note:enhancement
8+
resource/aws_route53_key_signing_key: Add configurable operation timeouts
9+
```
10+
```release-note:enhancement
11+
resource/aws_route53_record: Add configurable operation timeouts
12+
```
13+
```release-note:enhancement
14+
resource/aws_route53_zone: Add configurable operation timeouts
15+
```
16+
```release-note:enhancement
17+
resource/aws_route53_zone_association: Add configurable operation timeouts
18+
```

.changelog/41773.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_msk_cluster: Ensure that `storage_mode` updates are actually applied to the cluster
3+
```

.changelog/41779.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
resource/aws_vpc_ipv4_cidr_block_association: Support optional import of the `ipv4_ipam_pool_id` and `ipv4_netmask_length` attributes
3+
```
4+
5+
```release-note:enhancement
6+
resource/aws_vpc_ipv6_cidr_block_association: Support optional import of the `ipv6_ipam_pool_id` and `ipv6_netmask_length` attributes
7+
```

.changelog/41794.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_kinesis_firehose_delivery_stream: Add `msk_source_configuration.read_from_timestamp` argument
3+
```

.ci/.semgrep-service-name0.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,3 +4406,18 @@ rules:
44064406
- pattern-regex: "(?i)Connect"
44074407
- pattern-not-regex: .*uickConnect.*
44084408
severity: WARNING
4409+
- id: connect-in-var-name
4410+
languages:
4411+
- go
4412+
message: Do not use "Connect" in var name inside connect package
4413+
paths:
4414+
include:
4415+
- internal/service/connect
4416+
patterns:
4417+
- pattern: var $NAME = ...
4418+
- metavariable-pattern:
4419+
metavariable: $NAME
4420+
patterns:
4421+
- pattern-regex: "(?i)Connect"
4422+
- pattern-not-regex: .*uickConnect.*
4423+
severity: WARNING

0 commit comments

Comments
 (0)