Skip to content

Commit

Permalink
Merge branch 'main' into f/aws_glue_catalog_table
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Jun 14, 2024
2 parents a05b02f + 15ccc4e commit c1fae33
Show file tree
Hide file tree
Showing 607 changed files with 25,949 additions and 14,710 deletions.
3 changes: 3 additions & 0 deletions .changelog/#####.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
data-source/aws_ami: Fix `interface conversion: interface {} is types.ProductCodeValues, not string` panic
```
7 changes: 7 additions & 0 deletions .changelog/36962.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
resource/aws_applicationinsights_application: Change `resource_group_name` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
```

```release-note:enhancement
resource/aws_ec2_traffic_mirror_session: Mark `packet_length` as Computed
```
3 changes: 3 additions & 0 deletions .changelog/37127.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_ec2_capacity_reservation: Fix `InvalidCapacityReservationId.NotFound` errors during Read and Delete when resource is manually deleted
```
3 changes: 3 additions & 0 deletions .changelog/37226.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_vpc_endpoint: Add `subnet_configuration` argument to support user defined IP addresses
```
7 changes: 7 additions & 0 deletions .changelog/37237.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:enhancement
resource/aws_opensearch_domain: Add `ip_address_type` argument
```

```release-note:enhancement
data-source/aws_opensearch_domain: Add `ip_address_type` argument
```
3 changes: 3 additions & 0 deletions .changelog/37468.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_appfabric_app_authorization
```
11 changes: 11 additions & 0 deletions .changelog/37528.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:new-resource
aws_ec2_capacity_block_reservation
```

```release-note:new-data-source
aws_ec2_capacity_block_offering
```

```release-note:note
resource/aws_ec2_capacity_block_reservation: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing
```
3 changes: 3 additions & 0 deletions .changelog/37542.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_appfabric_app_bundle
```
3 changes: 3 additions & 0 deletions .changelog/37767.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_fms_resource_set
```
3 changes: 3 additions & 0 deletions .changelog/37893.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_route53_zone: Fix `InvalidInput: 1 validation error detected: Value '...' at 'resourceId' failed to satisfy constraint: Member must have length less than or equal to 32` errors for resources imported with a `/hostedzone/` prefix
```
3 changes: 3 additions & 0 deletions .changelog/37902.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
service/apigatewayv2: Retry on `ConflictException: Unable to complete operation due to concurrent modification` errors
```
3 changes: 3 additions & 0 deletions .changelog/37919.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_guardduty_malware_protection_plan
```
3 changes: 3 additions & 0 deletions .changelog/37924.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_dynamodb_table: Fix `UnknownOperationException: Tagging is not currently supported in DynamoDB Local` errors on resource Read
```
3 changes: 3 additions & 0 deletions .changelog/37958.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
data-source/aws_ami: Fix query returning no results
```
3 changes: 3 additions & 0 deletions .changelog/37966.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
provider: Fixes an error where some data sources were not returning `tags`
```
3 changes: 3 additions & 0 deletions .changelog/37970.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_codebuild_project: Increase maximum values of `build_batch_config.timeout_in_mins` and `build_timeout` from `480` (8 hours) to `2160` (36 hours)
```
4 changes: 4 additions & 0 deletions .ci/.golangci2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ issues:
- staticcheck
text: "SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0"
# Per-Service
- linters:
- staticcheck
path: internal/service/auditmanager/
text: "SA1019: apiObject.AwsServices is deprecated"
- linters:
- staticcheck
path: internal/service/batch/
Expand Down
2 changes: 1 addition & 1 deletion .ci/providerlint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-aws/ci/providerlint
go 1.22

require (
github.com/aws/aws-sdk-go v1.53.18
github.com/aws/aws-sdk-go v1.54.0
github.com/bflad/tfproviderlint v0.29.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
golang.org/x/tools v0.13.0
Expand Down
4 changes: 2 additions & 2 deletions .ci/providerlint/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
github.com/aws/aws-sdk-go v1.53.18 h1:BeMeCK5e3bDGJj675FhnO94zRci8O35ombWXRvYomJs=
github.com/aws/aws-sdk-go v1.53.18/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.54.0 h1:tGCQ6YS2TepzKtbl+ddXnLIoV8XvWdxMKtuMxdrsa4U=
github.com/aws/aws-sdk-go v1.54.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/bflad/gopaniccheck v0.1.0 h1:tJftp+bv42ouERmUMWLoUn/5bi/iQZjHPznM00cP/bU=
github.com/bflad/gopaniccheck v0.1.0/go.mod h1:ZCj2vSr7EqVeDaqVsWN4n2MwdROx1YL+LFo47TSWtsA=
github.com/bflad/tfproviderlint v0.29.0 h1:zxKYAAM6IZ4ace1a3LX+uzMRIMP8L+iOtEc+FP2Yoow=
Expand Down
Loading

0 comments on commit c1fae33

Please sign in to comment.