Skip to content

Commit 42b6d53

Browse files
Upgrade terraform-provider-aws to v6.17.0 (#5909)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws`. --- - Upgrading terraform-provider-aws from 6.15.0 to 6.17.0. Fixes #5907 Fixes #5887
1 parent fcbf86d commit 42b6d53

File tree

760 files changed

+107344
-1497
lines changed

Some content is hidden

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

760 files changed

+107344
-1497
lines changed

.config/mise.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ url = "https://github.com/pulumi/schema-tools/releases/download/v0.6.0/schema-to
2525
url_api = ""
2626

2727
[[tools.go]]
28-
version = "1.24.6"
28+
version = "1.24.9"
2929
backend = "core:go"
3030

31-
[tools.go.platforms.linux-x64]
32-
checksum = "sha256:bbca37cc395c974ffa4893ee35819ad23ebb27426df87af92e93a9ec66ef8712"
33-
size = 78583176
34-
url = "https://dl.google.com/go/go1.24.6.linux-amd64.tar.gz"
31+
[tools.go.platforms.macos-arm64]
32+
checksum = "sha256:af451b40651d7fb36db1bbbd9c66ddbed28b96d7da48abea50a19f82c6e9d1d6"
33+
size = 76432048
34+
url = "https://dl.google.com/go/go1.24.9.darwin-arm64.tar.gz"
3535

3636
[[tools.golangci-lint]]
3737
version = "1.64.8"

examples/go.mod

Lines changed: 54 additions & 52 deletions
Large diffs are not rendered by default.

examples/go.sum

Lines changed: 102 additions & 97 deletions
Large diffs are not rendered by default.

patches/0015-Allow-creating-lambdas-without-code-related-properti.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Allow creating lambdas without code related properties
55

66

77
diff --git a/internal/service/lambda/function.go b/internal/service/lambda/function.go
8-
index ca08d47bafc..a554e1c5793 100644
8+
index 2d590d6f048..f7294983e2d 100644
99
--- a/internal/service/lambda/function.go
1010
+++ b/internal/service/lambda/function.go
1111
@@ -181,9 +181,9 @@ func resourceFunction() *schema.Resource {

patches/0021-Parallelize-Lambda-Function-resource-operations.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We think this was an optimization for a special edge case that
1010
drastically worsens the UX for the majority of users.
1111

1212
diff --git a/internal/service/lambda/function.go b/internal/service/lambda/function.go
13-
index a554e1c5793..c4ea822a4a6 100644
13+
index f7294983e2d..bb6d966ab42 100644
1414
--- a/internal/service/lambda/function.go
1515
+++ b/internal/service/lambda/function.go
1616
@@ -37,7 +37,6 @@ import (
@@ -33,7 +33,7 @@ index a554e1c5793..c4ea822a4a6 100644
3333
zipFile, err := tfio.ReadFileContents(v.(string))
3434

3535
if err != nil {
36-
@@ -986,11 +980,6 @@ func resourceFunctionUpdate(ctx context.Context, d *schema.ResourceData, meta an
36+
@@ -995,11 +989,6 @@ func resourceFunctionUpdate(ctx context.Context, d *schema.ResourceData, meta an
3737
}
3838

3939
if v, ok := d.GetOk("filename"); ok {

patches/0023-Speed-up-providerlint-by-re-using-build-cache-and-ig.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Subject: [PATCH] Speed up providerlint by re-using build cache and ignoring
66

77

88
diff --git a/GNUmakefile b/GNUmakefile
9-
index 5ad2bf48f75..9eddf67c108 100644
9+
index f440d9b03f8..1ade58fb758 100644
1010
--- a/GNUmakefile
1111
+++ b/GNUmakefile
1212
@@ -386,9 +386,10 @@ prereq-go: ## If $(GO_VER) is not installed, install it

provider/cmd/pulumi-resource-aws/bridge-metadata.json

Lines changed: 561 additions & 2 deletions
Large diffs are not rendered by default.

provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

provider/cmd/pulumi-resource-aws/schema.json

Lines changed: 4253 additions & 148 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 54 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)