-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade terraform-provider-aws to v5.29.0 (#3078)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=provider`. --- - Upgrading terraform-provider-aws from 5.28.0 to 5.29.0. Fixes #3073
- Loading branch information
1 parent
08345fd
commit 3adb3ac
Showing
105 changed files
with
1,431 additions
and
818 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 16:49:08 +0000 | ||
Subject: [PATCH 01/29] Add TagsSchemaTrulyComputed definition | ||
Subject: [PATCH 01/30] Add TagsSchemaTrulyComputed definition | ||
|
||
|
||
diff --git a/internal/tags/tags.go b/internal/tags/tags.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:03:31 +0000 | ||
Subject: [PATCH 02/29] Conns user agent | ||
Subject: [PATCH 02/30] Conns user agent | ||
|
||
Replace the useragent used for AWS client connections with a | ||
Pulumi-flavoured one. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:05:11 +0000 | ||
Subject: [PATCH 03/29] Add S3 legacy bucket to resources | ||
Subject: [PATCH 03/30] Add S3 legacy bucket to resources | ||
|
||
This preserves the old S3 Resource in the SDK, by duplicating the code | ||
as a new service (in internal/service/s3legacy), and making an explicit | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0004-Marks-SSE-Configuration-as-Computed-for-Legacy-S3-Bu.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Kyle Pitzen <[email protected]> | ||
Date: Thu, 9 Mar 2023 09:47:49 -0600 | ||
Subject: [PATCH 04/29] Marks SSE Configuration as Computed for Legacy S3 | ||
Subject: [PATCH 04/30] Marks SSE Configuration as Computed for Legacy S3 | ||
Bucket | ||
|
||
In January, AWS enabled SSE by default for all new S3 buckets. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:06:11 +0000 | ||
Subject: [PATCH 05/29] De-deprecate bucket_object | ||
Subject: [PATCH 05/30] De-deprecate bucket_object | ||
|
||
|
||
diff --git a/internal/service/s3/bucket_object.go b/internal/service/s3/bucket_object.go | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0006-Remove-lakeformation-catalog_resource-default.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:08:23 +0000 | ||
Subject: [PATCH 06/29] Remove lakeformation catalog_resource default | ||
Subject: [PATCH 06/30] Remove lakeformation catalog_resource default | ||
|
||
|
||
diff --git a/internal/service/lakeformation/permissions.go b/internal/service/lakeformation/permissions.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:24:42 +0000 | ||
Subject: [PATCH 07/29] Workaround SSM Parameter tier bug | ||
Subject: [PATCH 07/30] Workaround SSM Parameter tier bug | ||
|
||
- Disable "computed". | ||
- Disable diff suppression & counteractions | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0008-Add-EKS-cluster-certificate_authorities-plural.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:32:49 +0000 | ||
Subject: [PATCH 08/29] Add EKS cluster certificate_authorities (plural) | ||
Subject: [PATCH 08/30] Add EKS cluster certificate_authorities (plural) | ||
|
||
|
||
diff --git a/internal/service/eks/cluster.go b/internal/service/eks/cluster.go | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0009-Workaround-Autoscaling-launch_configuration-associat.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:34:56 +0000 | ||
Subject: [PATCH 09/29] Workaround Autoscaling launch_configuration | ||
Subject: [PATCH 09/30] Workaround Autoscaling launch_configuration | ||
associate_public_ip_address | ||
|
||
- Disable computation of property until fixed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 4 Nov 2022 17:36:34 +0000 | ||
Subject: [PATCH 10/29] Add ECR credentials_data_source | ||
Subject: [PATCH 10/30] Add ECR credentials_data_source | ||
|
||
|
||
diff --git a/internal/provider/provider.go b/internal/provider/provider.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Wed, 9 Nov 2022 17:37:35 +0000 | ||
Subject: [PATCH 11/29] Add custom appautoscaling examples | ||
Subject: [PATCH 11/30] Add custom appautoscaling examples | ||
|
||
|
||
diff --git a/website/docs/r/appautoscaling_policy.html.markdown b/website/docs/r/appautoscaling_policy.html.markdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Tue, 15 Nov 2022 10:08:05 +0000 | ||
Subject: [PATCH 12/29] Add dedicated_host docs | ||
Subject: [PATCH 12/30] Add dedicated_host docs | ||
|
||
|
||
diff --git a/website/docs/d/dedicated_host.html.markdown b/website/docs/d/dedicated_host.html.markdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Tue, 15 Nov 2022 13:59:57 +0000 | ||
Subject: [PATCH 13/29] Revert WAF schema changes | ||
Subject: [PATCH 13/30] Revert WAF schema changes | ||
|
||
- This causes far too many types to be generated downstream. | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
patches/0014-Catch-cty-panic-in-new-resourceTopicSubscriptionCust.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Thomas Kappler <[email protected]> | ||
Date: Thu, 1 Dec 2022 10:56:32 -0800 | ||
Subject: [PATCH 14/29] Catch cty panic in new | ||
Subject: [PATCH 14/30] Catch cty panic in new | ||
resourceTopicSubscriptionCustomizeDiff. | ||
|
||
The root cause is not fully understood yet but this might unblock us. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Lee Briggs <[email protected]> | ||
Date: Wed, 21 Dec 2022 12:23:59 -0800 | ||
Subject: [PATCH 15/29] add matchmaking configuration (#72) | ||
Subject: [PATCH 15/30] add matchmaking configuration (#72) | ||
|
||
* add matchmaking configuration | ||
* add matchmaking rule set | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0016-Reverts-patches-to-S3BucketLegacy-and-GameLift.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Kyle Pitzen <[email protected]> | ||
Date: Fri, 27 Jan 2023 09:37:43 -0600 | ||
Subject: [PATCH 16/29] Reverts patches to S3BucketLegacy and GameLift | ||
Subject: [PATCH 16/30] Reverts patches to S3BucketLegacy and GameLift | ||
|
||
Previously, we were pulling along patches which removed a few simplifications | ||
to waiters in AWS GameLift, and a newer patch which plumbed through context.Context | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Thomas Kappler <[email protected]> | ||
Date: Fri, 3 Feb 2023 17:31:18 -0800 | ||
Subject: [PATCH 17/29] Revert "Update endpointHashIPAddress" | ||
Subject: [PATCH 17/30] Revert "Update endpointHashIPAddress" | ||
|
||
This reverts commit 2197a6c2c7a0ff306cec3432acb9f5680866f034. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Thu, 9 Mar 2023 14:50:51 +0000 | ||
Subject: [PATCH 18/29] Fixup gamelift context | ||
Subject: [PATCH 18/30] Fixup gamelift context | ||
|
||
|
||
diff --git a/internal/service/gamelift/matchmaking_configuration.go b/internal/service/gamelift/matchmaking_configuration.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Tue, 28 Feb 2023 15:19:24 +0000 | ||
Subject: [PATCH 19/29] Change default descriptions to "Managed by Pulumi" | ||
Subject: [PATCH 19/30] Change default descriptions to "Managed by Pulumi" | ||
|
||
|
||
diff --git a/internal/service/apigateway/api_key.go b/internal/service/apigateway/api_key.go | ||
|
@@ -31,7 +31,7 @@ index 154306cde7..e3c6189ab2 100644 | |
"api_id": { | ||
Type: schema.TypeString, | ||
diff --git a/internal/service/cloudfront/origin_access_control.go b/internal/service/cloudfront/origin_access_control.go | ||
index 6812593087..18de58a8a7 100644 | ||
index e9743af534..0400dba7fa 100644 | ||
--- a/internal/service/cloudfront/origin_access_control.go | ||
+++ b/internal/service/cloudfront/origin_access_control.go | ||
@@ -37,7 +37,7 @@ func ResourceOriginAccessControl() *schema.Resource { | ||
|
@@ -44,10 +44,10 @@ index 6812593087..18de58a8a7 100644 | |
}, | ||
"etag": { | ||
diff --git a/internal/service/docdb/cluster_parameter_group.go b/internal/service/docdb/cluster_parameter_group.go | ||
index 435e139674..6f923a8ed0 100644 | ||
index a1af860ca7..1db92c7f3f 100644 | ||
--- a/internal/service/docdb/cluster_parameter_group.go | ||
+++ b/internal/service/docdb/cluster_parameter_group.go | ||
@@ -50,7 +50,7 @@ func ResourceClusterParameterGroup() *schema.Resource { | ||
@@ -48,7 +48,7 @@ func ResourceClusterParameterGroup() *schema.Resource { | ||
Type: schema.TypeString, | ||
Optional: true, | ||
ForceNew: true, | ||
|
@@ -294,10 +294,10 @@ index f8739b158d..b0c862290d 100644 | |
"name": { | ||
Type: schema.TypeString, | ||
diff --git a/internal/service/neptune/cluster_parameter_group.go b/internal/service/neptune/cluster_parameter_group.go | ||
index 7a4f6d707b..aea15d9cce 100644 | ||
index 4085c20b4f..993effd88f 100644 | ||
--- a/internal/service/neptune/cluster_parameter_group.go | ||
+++ b/internal/service/neptune/cluster_parameter_group.go | ||
@@ -49,7 +49,7 @@ func ResourceClusterParameterGroup() *schema.Resource { | ||
@@ -48,7 +48,7 @@ func ResourceClusterParameterGroup() *schema.Resource { | ||
Type: schema.TypeString, | ||
Optional: true, | ||
ForceNew: true, | ||
|
@@ -307,20 +307,20 @@ index 7a4f6d707b..aea15d9cce 100644 | |
"family": { | ||
Type: schema.TypeString, | ||
diff --git a/internal/service/neptune/parameter_group.go b/internal/service/neptune/parameter_group.go | ||
index 634e4f17cc..4572e60174 100644 | ||
index 6b3466f4d2..4fe2595102 100644 | ||
--- a/internal/service/neptune/parameter_group.go | ||
+++ b/internal/service/neptune/parameter_group.go | ||
@@ -61,7 +61,7 @@ func ResourceParameterGroup() *schema.Resource { | ||
@@ -52,7 +52,7 @@ func ResourceParameterGroup() *schema.Resource { | ||
Type: schema.TypeString, | ||
Optional: true, | ||
ForceNew: true, | ||
- Default: "Managed by Terraform", | ||
+ Default: "Managed by Pulumi", | ||
}, | ||
"parameter": { | ||
Type: schema.TypeSet, | ||
"family": { | ||
Type: schema.TypeString, | ||
diff --git a/internal/service/neptune/subnet_group.go b/internal/service/neptune/subnet_group.go | ||
index be08ae2bf4..3bfb5db0d6 100644 | ||
index 359047d7ab..acc8ff375e 100644 | ||
--- a/internal/service/neptune/subnet_group.go | ||
+++ b/internal/service/neptune/subnet_group.go | ||
@@ -44,7 +44,7 @@ func ResourceSubnetGroup() *schema.Resource { | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0020-remove-required-elements-from-schema-and-fix-tests-7.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Tue, 28 Mar 2023 19:54:00 +0100 | ||
Subject: [PATCH 20/29] remove required elements from schema and fix tests | ||
Subject: [PATCH 20/30] remove required elements from schema and fix tests | ||
(#77) | ||
|
||
Co-authored-by: Lee Briggs <[email protected]> | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0021-Temp-remove-cognito_identity_pool_roles_attachment-e.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Mon, 24 Apr 2023 10:36:36 -0400 | ||
Subject: [PATCH 21/29] Temp remove cognito_identity_pool_roles_attachment | ||
Subject: [PATCH 21/30] Temp remove cognito_identity_pool_roles_attachment | ||
example beacuse of flaky translation | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Daniel Bradley <[email protected]> | ||
Date: Fri, 12 May 2023 10:55:42 +0100 | ||
Subject: [PATCH 22/29] Fix elbv2 target group read | ||
Subject: [PATCH 22/30] Fix elbv2 target group read | ||
|
||
Workaround for https://github.com/pulumi/pulumi-aws/issues/2517 | ||
Don't return single empty map. Return empty list instead. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ramon Quitales <[email protected]> | ||
Date: Thu, 18 May 2023 15:21:33 -0700 | ||
Subject: [PATCH 23/29] Fix spurrious json diff for redrive_policy | ||
Subject: [PATCH 23/30] Fix spurrious json diff for redrive_policy | ||
|
||
We need to normalize the json input to compare agasint the one stored | ||
in state. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ian Wahbe <[email protected]> | ||
Date: Mon, 10 Jul 2023 11:51:24 +0200 | ||
Subject: [PATCH 24/29] Provide context to conns | ||
Subject: [PATCH 24/30] Provide context to conns | ||
|
||
|
||
diff --git a/internal/service/ecr/credentials_data_source.go b/internal/service/ecr/credentials_data_source.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ian Wahbe <[email protected]> | ||
Date: Wed, 2 Aug 2023 14:12:03 +0200 | ||
Subject: [PATCH 25/29] Match the "tags" behavior of other resources | ||
Subject: [PATCH 25/30] Match the "tags" behavior of other resources | ||
|
||
|
||
diff --git a/internal/service/s3legacy/bucket_legacy.go b/internal/service/s3legacy/bucket_legacy.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Guinevere Saenger <[email protected]> | ||
Date: Wed, 6 Sep 2023 10:43:30 -0700 | ||
Subject: [PATCH 26/29] move shim logic to upstream as a patch | ||
Subject: [PATCH 26/30] move shim logic to upstream as a patch | ||
|
||
|
||
diff --git a/shim/shim.go b/shim/shim.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Mon, 25 Sep 2023 15:22:30 -0400 | ||
Subject: [PATCH 27/29] Restore S3ConnURICleaningDisabled | ||
Subject: [PATCH 27/30] Restore S3ConnURICleaningDisabled | ||
|
||
|
||
diff --git a/internal/conns/awsclient.go b/internal/conns/awsclient.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Mon, 6 Nov 2023 11:17:16 -0500 | ||
Subject: [PATCH 28/29] Do not compute tags_all at TF level | ||
Subject: [PATCH 28/30] Do not compute tags_all at TF level | ||
|
||
|
||
diff --git a/internal/framework/base.go b/internal/framework/base.go | ||
|
@@ -232,18 +232,17 @@ index 33d374f4e2..b2e1c97096 100644 | |
Blocks: map[string]schema.Block{ | ||
"timeouts": timeouts.Block(ctx, timeouts.Opts{ | ||
diff --git a/internal/verify/diff.go b/internal/verify/diff.go | ||
index 5e9c779a28..87a57e6076 100644 | ||
index db152ada7c..ae851b099a 100644 | ||
--- a/internal/verify/diff.go | ||
+++ b/internal/verify/diff.go | ||
@@ -5,103 +5,14 @@ package verify | ||
@@ -5,102 +5,13 @@ package verify | ||
|
||
import ( | ||
"context" | ||
- "fmt" | ||
"strings" | ||
"time" | ||
|
||
"github.com/aws/aws-sdk-go/aws" | ||
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" | ||
- "github.com/hashicorp/terraform-provider-aws/internal/conns" | ||
- tftags "github.com/hashicorp/terraform-provider-aws/internal/tags" | ||
|
2 changes: 1 addition & 1 deletion
2
patches/0029-aws_eks_cluster-implement-default_addons_to_remove.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Wed, 15 Nov 2023 11:53:09 -0500 | ||
Subject: [PATCH 29/29] aws_eks_cluster: implement default_addons_to_remove | ||
Subject: [PATCH 29/30] aws_eks_cluster: implement default_addons_to_remove | ||
|
||
|
||
diff --git a/internal/service/eks/cluster.go b/internal/service/eks/cluster.go | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.