-
Notifications
You must be signed in to change notification settings - Fork 159
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.27.0 (#3056)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws`. --- - Upgrading terraform-provider-aws from 5.26.0 to 5.27.0. Fixes #3053 - Upgrading pulumi-terraform-bridge from v3.66.1-0.20231127160738-2f132e750bb5 to v3.66.0. - Upgrading pulumi-terraform-bridge/pf from v0.20.1-0.20231127160738-2f132e750bb5 to v0.20.0.
- Loading branch information
1 parent
adf0dde
commit 140767c
Showing
236 changed files
with
13,015 additions
and
1,409 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/30] Add TagsSchemaTrulyComputed definition | ||
Subject: [PATCH 01/29] 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/30] Conns user agent | ||
Subject: [PATCH 02/29] 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/30] Add S3 legacy bucket to resources | ||
Subject: [PATCH 03/29] 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 | ||
|
@@ -14,7 +14,7 @@ scheme for registration: see | |
https://github.com/hashicorp/terraform-provider-aws/pull/29717. | ||
|
||
diff --git a/internal/provider/provider.go b/internal/provider/provider.go | ||
index 0bcb6d6a98..2bc27a3348 100644 | ||
index 58adbcd531..97abd08352 100644 | ||
--- a/internal/provider/provider.go | ||
+++ b/internal/provider/provider.go | ||
@@ -13,6 +13,8 @@ import ( | ||
|
@@ -26,7 +26,7 @@ index 0bcb6d6a98..2bc27a3348 100644 | |
"github.com/aws/aws-sdk-go-v2/feature/ec2/imds" | ||
"github.com/aws/aws-sdk-go/aws/endpoints" | ||
awsbase "github.com/hashicorp/aws-sdk-go-base/v2" | ||
@@ -237,7 +239,9 @@ func New(ctx context.Context) (*schema.Provider, error) { | ||
@@ -249,7 +251,9 @@ func New(ctx context.Context) (*schema.Provider, error) { | ||
// should use the @SDKDataSource and @SDKResource function-level annotations | ||
// rather than adding directly to these maps. | ||
DataSourcesMap: make(map[string]*schema.Resource), | ||
|
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/30] Marks SSE Configuration as Computed for Legacy S3 | ||
Subject: [PATCH 04/29] 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,11 +1,11 @@ | ||
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/30] De-deprecate bucket_object | ||
Subject: [PATCH 05/29] De-deprecate bucket_object | ||
|
||
|
||
diff --git a/internal/service/s3/bucket_object.go b/internal/service/s3/bucket_object.go | ||
index 1a6fadf590..f596e3a8b4 100644 | ||
index 9327008686..a3765c60a1 100644 | ||
--- a/internal/service/s3/bucket_object.go | ||
+++ b/internal/service/s3/bucket_object.go | ||
@@ -63,7 +63,7 @@ func ResourceBucketObject() *schema.Resource { | ||
|
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/30] Remove lakeformation catalog_resource default | ||
Subject: [PATCH 06/29] 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/30] Workaround SSM Parameter tier bug | ||
Subject: [PATCH 07/29] Workaround SSM Parameter tier bug | ||
|
||
- Disable "computed". | ||
- Disable diff suppression & counteractions | ||
|
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
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
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
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
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
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.