Skip to content

Commit 66f1f0c

Browse files
Upgrade terraform-provider-aws to v5.94.1 (#5408)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=provider`. Had to add a patch: #5409 to add back some upstream code which was deleted. --- - Updating Java Gen version from 1.8.0 to 1.9.0. - Upgrading terraform-provider-aws from 5.93.0 to 5.94.1. Fixes #5403 Fixes #5400
1 parent 67b4caa commit 66f1f0c

File tree

159 files changed

+3900
-886
lines changed

Some content is hidden

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

159 files changed

+3900
-886
lines changed

.pulumi-java-gen.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.9.0

examples/go.mod

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

examples/go.sum

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

patches/0006-Workaround-SSM-Parameter-tier-bug.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Subject: [PATCH] Workaround SSM Parameter tier bug
77
- Disable diff suppression & counteractions
88

99
diff --git a/internal/service/ssm/parameter.go b/internal/service/ssm/parameter.go
10-
index 25aa7d0a4b..faf1bcbaf4 100644
10+
index 333983f243..12d6d5fb46 100644
1111
--- a/internal/service/ssm/parameter.go
1212
+++ b/internal/service/ssm/parameter.go
13-
@@ -102,15 +102,17 @@ func resourceParameter() *schema.Resource {
13+
@@ -101,15 +101,17 @@ func resourceParameter() *schema.Resource {
1414
names.AttrTags: tftags.TagsSchema(),
1515
names.AttrTagsAll: tftags.TagsSchemaComputed(),
1616
"tier": {
@@ -35,7 +35,7 @@ index 25aa7d0a4b..faf1bcbaf4 100644
3535
},
3636
},
3737
names.AttrType: {
38-
@@ -364,6 +366,14 @@ func resourceParameterUpdate(ctx context.Context, d *schema.ResourceData, meta a
38+
@@ -363,6 +365,14 @@ func resourceParameterUpdate(ctx context.Context, d *schema.ResourceData, meta a
3939
Value: aws.String(value),
4040
}
4141

patches/0013-Catch-cty-panic-in-new-resourceTopicSubscriptionCust.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Subject: [PATCH] Catch cty panic in new
77
The root cause is not fully understood yet but this might unblock us.
88

99
diff --git a/internal/service/sns/topic_subscription.go b/internal/service/sns/topic_subscription.go
10-
index 0687de7e3f..6bcd28e3f9 100644
10+
index d0fcaa8121..9b4ceb0880 100644
1111
--- a/internal/service/sns/topic_subscription.go
1212
+++ b/internal/service/sns/topic_subscription.go
13-
@@ -545,9 +545,11 @@ func normalizeTopicSubscriptionDeliveryPolicy(policy string) ([]byte, error) {
13+
@@ -612,9 +612,11 @@ func normalizeTopicSubscriptionDeliveryPolicy(policy string) ([]byte, error) {
1414

1515
func resourceTopicSubscriptionCustomizeDiff(_ context.Context, diff *schema.ResourceDiff, _ any) error {
1616
hasPolicy := diff.Get("filter_policy").(string) != ""

patches/0032-Run-scripts-patch_computed_only.sh-to-patch-eks-pod_.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ index 58e5a9fa34..3c1c3ca6d0 100644
3232
}
3333
}
3434
diff --git a/internal/service/s3control/access_grant.go b/internal/service/s3control/access_grant.go
35-
index 5b389f8c0d..99014a1604 100644
35+
index 6ba18f627c..56ea3d4aef 100644
3636
--- a/internal/service/s3control/access_grant.go
3737
+++ b/internal/service/s3control/access_grant.go
3838
@@ -98,7 +98,7 @@ func (r *accessGrantResource) Schema(ctx context.Context, request resource.Schem
@@ -45,7 +45,7 @@ index 5b389f8c0d..99014a1604 100644
4545
Blocks: map[string]schema.Block{
4646
"access_grants_location_configuration": schema.ListNestedBlock{
4747
diff --git a/internal/service/s3control/access_grants_instance.go b/internal/service/s3control/access_grants_instance.go
48-
index a6a876349f..c805ae855e 100644
48+
index 57bc880e57..70981a8c02 100644
4949
--- a/internal/service/s3control/access_grants_instance.go
5050
+++ b/internal/service/s3control/access_grants_instance.go
5151
@@ -78,7 +78,7 @@ func (r *accessGrantsInstanceResource) Schema(ctx context.Context, request resou
@@ -58,7 +58,7 @@ index a6a876349f..c805ae855e 100644
5858
}
5959
}
6060
diff --git a/internal/service/s3control/access_grants_location.go b/internal/service/s3control/access_grants_location.go
61-
index 51927a573c..61e7a93ffe 100644
61+
index 3707248eef..41c28a8503 100644
6262
--- a/internal/service/s3control/access_grants_location.go
6363
+++ b/internal/service/s3control/access_grants_location.go
6464
@@ -79,7 +79,7 @@ func (r *accessGrantsLocationResource) Schema(ctx context.Context, request resou

patches/0034-Fix-tags_all-Computed-for-PF-resources.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Subject: [PATCH] Fix tags_all Computed for PF resources
55

66

77
diff --git a/internal/service/amp/scraper.go b/internal/service/amp/scraper.go
8-
index f9fd2f689e..01ac2dd965 100644
8+
index 063f30cd17..73fba162eb 100644
99
--- a/internal/service/amp/scraper.go
1010
+++ b/internal/service/amp/scraper.go
11-
@@ -80,7 +80,7 @@ func (r *scraperResource) Schema(ctx context.Context, req resource.SchemaRequest
11+
@@ -82,7 +82,7 @@ func (r *scraperResource) Schema(ctx context.Context, request resource.SchemaReq
1212
},
1313
},
1414
names.AttrTags: tftags.TagsAttribute(),
@@ -83,7 +83,7 @@ index 6360711508..75e0a82ccb 100644
8383
Blocks: map[string]schema.Block{
8484
names.AttrActions: schema.SetNestedBlock{
8585
diff --git a/internal/service/securitylake/data_lake.go b/internal/service/securitylake/data_lake.go
86-
index cffe692c0a..47bbf10176 100644
86+
index c639d89b86..c4acedf082 100644
8787
--- a/internal/service/securitylake/data_lake.go
8888
+++ b/internal/service/securitylake/data_lake.go
8989
@@ -71,7 +71,7 @@ func (r *dataLakeResource) Schema(ctx context.Context, request resource.SchemaRe
@@ -109,7 +109,7 @@ index 8c90e48854..ff5c702ea9 100644
109109
Required: true,
110110
},
111111
diff --git a/internal/service/ssoadmin/application.go b/internal/service/ssoadmin/application.go
112-
index 8a653058fa..f1d7f5fe86 100644
112+
index c339159fbe..797b807ed3 100644
113113
--- a/internal/service/ssoadmin/application.go
114114
+++ b/internal/service/ssoadmin/application.go
115115
@@ -92,7 +92,7 @@ func (r *resourceApplication) Schema(ctx context.Context, req resource.SchemaReq
@@ -122,7 +122,7 @@ index 8a653058fa..f1d7f5fe86 100644
122122
Blocks: map[string]schema.Block{
123123
"portal_options": schema.ListNestedBlock{
124124
diff --git a/internal/service/ssoadmin/trusted_token_issuer.go b/internal/service/ssoadmin/trusted_token_issuer.go
125-
index e541464d9e..9ac60ba481 100644
125+
index 28ce5529de..c462b619c6 100644
126126
--- a/internal/service/ssoadmin/trusted_token_issuer.go
127127
+++ b/internal/service/ssoadmin/trusted_token_issuer.go
128128
@@ -82,7 +82,7 @@ func (r *resourceTrustedTokenIssuer) Schema(ctx context.Context, req resource.Sc

patches/0038-Patch-osis_pipeline-tags-flags.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Patch osis_pipeline tags flags
55

66

77
diff --git a/internal/service/osis/pipeline.go b/internal/service/osis/pipeline.go
8-
index 227eef7004..86f6ebe2f5 100644
8+
index f39ac603c9..88f515d1f9 100644
99
--- a/internal/service/osis/pipeline.go
1010
+++ b/internal/service/osis/pipeline.go
1111
@@ -97,7 +97,7 @@ func (r *pipelineResource) Schema(ctx context.Context, request resource.SchemaRe

patches/0042-securitylake_subscriber-tags_all-patch.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] securitylake_subscriber tags_all patch
55

66

77
diff --git a/internal/service/securitylake/subscriber.go b/internal/service/securitylake/subscriber.go
8-
index ca0559efbd..4cbc4a5566 100644
8+
index 4f260b1da7..4b9e148c7c 100644
99
--- a/internal/service/securitylake/subscriber.go
1010
+++ b/internal/service/securitylake/subscriber.go
1111
@@ -94,7 +94,7 @@ func (r *subscriberResource) Schema(ctx context.Context, request resource.Schema

patches/0067-Add-pluralized-lifecycle_policies-to-EFS-file-system.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version to only return at most one element we're able to fix this
1212
panic without introducing breaking changes.
1313

1414
diff --git a/internal/service/efs/file_system_data_source.go b/internal/service/efs/file_system_data_source.go
15-
index 62716fd49e..71b2eb2e63 100644
15+
index 182e3ceb04..aa43dfb6bb 100644
1616
--- a/internal/service/efs/file_system_data_source.go
1717
+++ b/internal/service/efs/file_system_data_source.go
1818
@@ -63,6 +63,28 @@ func dataSourceFileSystem() *schema.Resource {

0 commit comments

Comments
 (0)