Skip to content

Commit 9d0a03f

Browse files
authored
Upgrade terraform-provider-aws to v5.78.0 (#4858)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=provider --target-version=5.78.0`. --- - Updating Java Gen version from 0.17.0 to 0.18.0. - Upgrading terraform-provider-aws from 5.77.0 to 5.78.0. Fixes #4847
1 parent d79e9e0 commit 9d0a03f

File tree

96 files changed

+2198
-527
lines changed

Some content is hidden

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

96 files changed

+2198
-527
lines changed

.pulumi-java-gen.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0
1+
0.18.0

examples/go.mod

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

examples/go.sum

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

patches/0018-Change-default-descriptions-to-Managed-by-Pulumi.patch

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,23 @@ index 961d1f0438..710fd0b998 100644
122122
"hls_ingest": {
123123
Type: schema.TypeList,
124124
diff --git a/internal/service/memorydb/cluster.go b/internal/service/memorydb/cluster.go
125-
index 57542e6c86..9d63e79904 100644
125+
index ec8b06cf70..2be5b88de3 100644
126126
--- a/internal/service/memorydb/cluster.go
127127
+++ b/internal/service/memorydb/cluster.go
128-
@@ -74,7 +74,7 @@ func resourceCluster() *schema.Resource {
129-
names.AttrDescription: {
130-
Type: schema.TypeString,
131-
Optional: true,
132-
- Default: "Managed by Terraform",
133-
+ Default: "Managed by Pulumi",
134-
},
135-
"engine_patch_version": {
136-
Type: schema.TypeString,
128+
@@ -79,7 +79,7 @@ func resourceCluster() *schema.Resource {
129+
names.AttrDescription: {
130+
Type: schema.TypeString,
131+
Optional: true,
132+
- Default: "Managed by Terraform",
133+
+ Default: "Managed by Pulumi",
134+
},
135+
"engine_patch_version": {
136+
Type: schema.TypeString,
137137
diff --git a/internal/service/memorydb/parameter_group.go b/internal/service/memorydb/parameter_group.go
138-
index 0444678df5..f788d07914 100644
138+
index 625357ac1b..c10f1daa43 100644
139139
--- a/internal/service/memorydb/parameter_group.go
140140
+++ b/internal/service/memorydb/parameter_group.go
141-
@@ -53,7 +53,7 @@ func resourceParameterGroup() *schema.Resource {
141+
@@ -54,7 +54,7 @@ func resourceParameterGroup() *schema.Resource {
142142
Type: schema.TypeString,
143143
Optional: true,
144144
ForceNew: true,
@@ -148,10 +148,10 @@ index 0444678df5..f788d07914 100644
148148
names.AttrFamily: {
149149
Type: schema.TypeString,
150150
diff --git a/internal/service/memorydb/subnet_group.go b/internal/service/memorydb/subnet_group.go
151-
index c4c6f7c64b..df3d2d3544 100644
151+
index b01015569f..1e3d84acfa 100644
152152
--- a/internal/service/memorydb/subnet_group.go
153153
+++ b/internal/service/memorydb/subnet_group.go
154-
@@ -47,7 +47,7 @@ func resourceSubnetGroup() *schema.Resource {
154+
@@ -49,7 +49,7 @@ func resourceSubnetGroup() *schema.Resource {
155155
names.AttrDescription: {
156156
Type: schema.TypeString,
157157
Optional: true,

patches/0047-update-apn-info.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] update apn info
55

66

77
diff --git a/internal/conns/config.go b/internal/conns/config.go
8-
index 7f7a5afc0e..572660dc92 100644
8+
index 8ee7c6d627..06ba95b4bb 100644
99
--- a/internal/conns/config.go
1010
+++ b/internal/conns/config.go
1111
@@ -23,7 +23,6 @@ import (

patches/0062-Patch-tags_all-Computed-for-chatbot-timestreaminflux.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Subject: [PATCH] Patch tags_all Computed for chatbot, timestreaminfluxdb
55

66

77
diff --git a/internal/service/chatbot/slack_channel_configuration.go b/internal/service/chatbot/slack_channel_configuration.go
8-
index 06e5c259f3..a52d436e13 100644
8+
index a878965774..3ea3c705c3 100644
99
--- a/internal/service/chatbot/slack_channel_configuration.go
1010
+++ b/internal/service/chatbot/slack_channel_configuration.go
11-
@@ -104,7 +104,7 @@ func (r *slackChannelConfigurationResource) Schema(ctx context.Context, request
11+
@@ -105,7 +105,7 @@ func (r *slackChannelConfigurationResource) Schema(ctx context.Context, request
1212
},
1313
},
1414
names.AttrTags: tftags.TagsAttribute(),
@@ -18,10 +18,10 @@ index 06e5c259f3..a52d436e13 100644
1818
Optional: true,
1919
Computed: true,
2020
diff --git a/internal/service/chatbot/teams_channel_configuration.go b/internal/service/chatbot/teams_channel_configuration.go
21-
index ddfb41cfc6..3c986c63be 100644
21+
index c472864a12..2db6c0504a 100644
2222
--- a/internal/service/chatbot/teams_channel_configuration.go
2323
+++ b/internal/service/chatbot/teams_channel_configuration.go
24-
@@ -101,7 +101,7 @@ func (r *teamsChannelConfigurationResource) Schema(ctx context.Context, request
24+
@@ -102,7 +102,7 @@ func (r *teamsChannelConfigurationResource) Schema(ctx context.Context, request
2525
},
2626
},
2727
names.AttrTags: tftags.TagsAttribute(),

patches/0064-Adapt-gamelift-matchmaking-resources.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ index 4295987ae6..377b46816e 100644
619619
return nil
620620
}
621621
diff --git a/names/data/names_data.hcl b/names/data/names_data.hcl
622-
index b46f324edb..e6820d0986 100644
622+
index b63a4a7c0a..f5dbf323f9 100644
623623
--- a/names/data/names_data.hcl
624624
+++ b/names/data/names_data.hcl
625625
@@ -3883,7 +3883,8 @@ service "fsx" {

patches/0065-Patch-Tags-for-bedrock-and-pinpoint.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Patch Tags for bedrock and pinpoint
55

66

77
diff --git a/internal/service/bedrock/guardrail.go b/internal/service/bedrock/guardrail.go
8-
index 04e3c61c21..e8630c6850 100644
8+
index f2c70aa5a1..32b96aa5d0 100644
99
--- a/internal/service/bedrock/guardrail.go
1010
+++ b/internal/service/bedrock/guardrail.go
1111
@@ -119,7 +119,7 @@ func (r *resourceGuardrail) Schema(ctx context.Context, req resource.SchemaReque

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14047,6 +14047,15 @@
1404714047
}
1404814048
}
1404914049
},
14050+
"aws_iam_organizations_features": {
14051+
"current": "aws:iam/organizationsFeatures:OrganizationsFeatures",
14052+
"majorVersion": 6,
14053+
"fields": {
14054+
"enabled_features": {
14055+
"maxItemsOne": false
14056+
}
14057+
}
14058+
},
1405014059
"aws_iam_policy": {
1405114060
"current": "aws:iam/policy:Policy",
1405214061
"majorVersion": 6
@@ -276530,6 +276539,7 @@
276530276539
"aws:iam/groupPolicyAttachmentsExclusive:GroupPolicyAttachmentsExclusive": 1,
276531276540
"aws:iam/instanceProfile:InstanceProfile": 0,
276532276541
"aws:iam/openIdConnectProvider:OpenIdConnectProvider": 0,
276542+
"aws:iam/organizationsFeatures:OrganizationsFeatures": 1,
276533276543
"aws:iam/policy:Policy": 0,
276534276544
"aws:iam/policyAttachment:PolicyAttachment": 0,
276535276545
"aws:iam/role:Role": 0,

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

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

0 commit comments

Comments
 (0)