Skip to content

Commit 1581c0a

Browse files
authored
Upgrade terraform-provider-aws to v5.95.0 (#5443)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=provider`. --- - Updating Java Gen version from 1.9.0 to 1.10.0. - Upgrading terraform-provider-aws from 5.94.1 to 5.95.0. Fixes #5440
2 parents 870ae58 + 972ed57 commit 1581c0a

File tree

313 files changed

+17302
-2622
lines changed

Some content is hidden

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

313 files changed

+17302
-2622
lines changed

.pulumi-java-gen.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

examples/go.mod

+278-282
Large diffs are not rendered by default.

examples/go.sum

+556-554
Large diffs are not rendered by default.

patches/0007-Add-EKS-cluster-certificate_authorities-plural.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Add EKS cluster certificate_authorities (plural)
55

66

77
diff --git a/internal/service/eks/cluster.go b/internal/service/eks/cluster.go
8-
index 637cba2cf1..37dfefef59 100644
8+
index 8a7d28be91..8f0e9c9116 100644
99
--- a/internal/service/eks/cluster.go
1010
+++ b/internal/service/eks/cluster.go
1111
@@ -122,9 +122,24 @@ func resourceCluster() *schema.Resource {
@@ -33,7 +33,7 @@ index 637cba2cf1..37dfefef59 100644
3333
Elem: &schema.Resource{
3434
Schema: map[string]*schema.Schema{
3535
"data": {
36-
@@ -628,6 +643,13 @@ func resourceClusterRead(ctx context.Context, d *schema.ResourceData, meta any)
36+
@@ -632,6 +647,13 @@ func resourceClusterRead(ctx context.Context, d *schema.ResourceData, meta any)
3737
}
3838
d.Set(names.AttrARN, cluster.Arn)
3939
d.Set("bootstrap_self_managed_addons", d.Get("bootstrap_self_managed_addons"))

patches/0028-aws_eks_cluster-implement-default_addons_to_remove.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] aws_eks_cluster: implement default_addons_to_remove
55

66

77
diff --git a/internal/service/eks/cluster.go b/internal/service/eks/cluster.go
8-
index 37dfefef59..24568eb8c3 100644
8+
index 8f0e9c9116..e81f19328e 100644
99
--- a/internal/service/eks/cluster.go
1010
+++ b/internal/service/eks/cluster.go
1111
@@ -183,6 +183,13 @@ func resourceCluster() *schema.Resource {
@@ -22,7 +22,7 @@ index 37dfefef59..24568eb8c3 100644
2222
"enabled_cluster_log_types": {
2323
Type: schema.TypeSet,
2424
Optional: true,
25-
@@ -611,7 +618,11 @@ func resourceClusterCreate(ctx context.Context, d *schema.ResourceData, meta any
25+
@@ -615,7 +622,11 @@ func resourceClusterCreate(ctx context.Context, d *schema.ResourceData, meta any
2626
return sdkdiag.AppendErrorf(diags, "waiting for EKS Cluster (%s) create: %s", d.Id(), err)
2727
}
2828

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ 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 063f30cd17..73fba162eb 100644
8+
index 1e7b516880..a0e509ab99 100644
99
--- a/internal/service/amp/scraper.go
1010
+++ b/internal/service/amp/scraper.go
11-
@@ -82,7 +82,7 @@ func (r *scraperResource) Schema(ctx context.Context, request resource.SchemaReq
12-
},
11+
@@ -76,7 +76,7 @@ func (r *scraperResource) Schema(ctx context.Context, request resource.SchemaReq
12+
Required: true,
1313
},
1414
names.AttrTags: tftags.TagsAttribute(),
1515
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(),
@@ -44,10 +44,10 @@ index ba3d204d75..b16fc33f0b 100644
4444
Blocks: map[string]schema.Block{
4545
"agent_orchestration_config": schema.ListNestedBlock{
4646
diff --git a/internal/service/elasticache/serverless_cache.go b/internal/service/elasticache/serverless_cache.go
47-
index 9cf3b004ac..efb90c5a09 100644
47+
index cc5c312598..f453619c2c 100644
4848
--- a/internal/service/elasticache/serverless_cache.go
4949
+++ b/internal/service/elasticache/serverless_cache.go
50-
@@ -177,7 +177,7 @@ func (r *serverlessCacheResource) Schema(ctx context.Context, request resource.S
50+
@@ -181,7 +181,7 @@ func (r *serverlessCacheResource) Schema(ctx context.Context, request resource.S
5151
},
5252
},
5353
names.AttrTags: tftags.TagsAttribute(),
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2+
From: Zaid Ajaj <[email protected]>
3+
Date: Wed, 23 Apr 2025 19:08:58 +0200
4+
Subject: [PATCH] Fix tags_all Computed for PF resources
5+
6+
7+
diff --git a/internal/service/redshift/integration.go b/internal/service/redshift/integration.go
8+
index 691478c7af..e0745b2847 100644
9+
--- a/internal/service/redshift/integration.go
10+
+++ b/internal/service/redshift/integration.go
11+
@@ -81,7 +81,7 @@ func (r *integrationResource) Schema(ctx context.Context, req resource.SchemaReq
12+
},
13+
},
14+
names.AttrTags: tftags.TagsAttribute(),
15+
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(),
16+
+ names.AttrTagsAll: tftags.TagsAttribute(),
17+
names.AttrTargetARN: schema.StringAttribute{
18+
CustomType: fwtypes.ARNType,
19+
Required: true,

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

+63-1
Original file line numberDiff line numberDiff line change
@@ -11347,7 +11347,35 @@
1134711347
},
1134811348
"aws_ec2_network_insights_path": {
1134911349
"current": "aws:ec2/networkInsightsPath:NetworkInsightsPath",
11350-
"majorVersion": 6
11350+
"majorVersion": 6,
11351+
"fields": {
11352+
"filter_at_destination": {
11353+
"maxItemsOne": true,
11354+
"elem": {
11355+
"fields": {
11356+
"destination_port_range": {
11357+
"maxItemsOne": true
11358+
},
11359+
"source_port_range": {
11360+
"maxItemsOne": true
11361+
}
11362+
}
11363+
}
11364+
},
11365+
"filter_at_source": {
11366+
"maxItemsOne": true,
11367+
"elem": {
11368+
"fields": {
11369+
"destination_port_range": {
11370+
"maxItemsOne": true
11371+
},
11372+
"source_port_range": {
11373+
"maxItemsOne": true
11374+
}
11375+
}
11376+
}
11377+
}
11378+
}
1135111379
},
1135211380
"aws_ec2_serial_console_access": {
1135311381
"current": "aws:ec2/serialConsoleAccess:SerialConsoleAccess",
@@ -156218,6 +156246,10 @@
156218156246
"current": "aws:redshift/hsmConfiguration:HsmConfiguration",
156219156247
"majorVersion": 6
156220156248
},
156249+
"aws_redshift_integration": {
156250+
"current": "aws:redshift/integration:Integration",
156251+
"majorVersion": 6
156252+
},
156221156253
"aws_redshift_logging": {
156222156254
"current": "aws:redshift/logging:Logging",
156223156255
"majorVersion": 6,
@@ -156391,6 +156423,9 @@
156391156423
}
156392156424
}
156393156425
},
156426+
"price_performance_target": {
156427+
"maxItemsOne": true
156428+
},
156394156429
"security_group_ids": {
156395156430
"maxItemsOne": false
156396156431
},
@@ -229732,6 +229767,32 @@
229732229767
}
229733229768
}
229734229769
}
229770+
},
229771+
"filter_at_destination": {
229772+
"maxItemsOne": false,
229773+
"elem": {
229774+
"fields": {
229775+
"destination_port_range": {
229776+
"maxItemsOne": false
229777+
},
229778+
"source_port_range": {
229779+
"maxItemsOne": false
229780+
}
229781+
}
229782+
}
229783+
},
229784+
"filter_at_source": {
229785+
"maxItemsOne": false,
229786+
"elem": {
229787+
"fields": {
229788+
"destination_port_range": {
229789+
"maxItemsOne": false
229790+
},
229791+
"source_port_range": {
229792+
"maxItemsOne": false
229793+
}
229794+
}
229795+
}
229735229796
}
229736229797
}
229737229798
},
@@ -280241,6 +280302,7 @@
280241280302
"aws:redshift/eventSubscription:EventSubscription": 0,
280242280303
"aws:redshift/hsmClientCertificate:HsmClientCertificate": 0,
280243280304
"aws:redshift/hsmConfiguration:HsmConfiguration": 0,
280305+
"aws:redshift/integration:Integration": 1,
280244280306
"aws:redshift/logging:Logging": 1,
280245280307
"aws:redshift/parameterGroup:ParameterGroup": 0,
280246280308
"aws:redshift/partner:Partner": 0,

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

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)