Skip to content

Commit

Permalink
Upgrade terraform-provider-aws to v5.78.0 (#4858)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
flostadler authored Dec 2, 2024
1 parent d79e9e0 commit 9d0a03f
Show file tree
Hide file tree
Showing 96 changed files with 2,198 additions and 527 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.0
0.18.0
80 changes: 40 additions & 40 deletions examples/go.mod

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions examples/go.sum

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions patches/0018-Change-default-descriptions-to-Managed-by-Pulumi.patch
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,23 @@ index 961d1f0438..710fd0b998 100644
"hls_ingest": {
Type: schema.TypeList,
diff --git a/internal/service/memorydb/cluster.go b/internal/service/memorydb/cluster.go
index 57542e6c86..9d63e79904 100644
index ec8b06cf70..2be5b88de3 100644
--- a/internal/service/memorydb/cluster.go
+++ b/internal/service/memorydb/cluster.go
@@ -74,7 +74,7 @@ func resourceCluster() *schema.Resource {
names.AttrDescription: {
Type: schema.TypeString,
Optional: true,
- Default: "Managed by Terraform",
+ Default: "Managed by Pulumi",
},
"engine_patch_version": {
Type: schema.TypeString,
@@ -79,7 +79,7 @@ func resourceCluster() *schema.Resource {
names.AttrDescription: {
Type: schema.TypeString,
Optional: true,
- Default: "Managed by Terraform",
+ Default: "Managed by Pulumi",
},
"engine_patch_version": {
Type: schema.TypeString,
diff --git a/internal/service/memorydb/parameter_group.go b/internal/service/memorydb/parameter_group.go
index 0444678df5..f788d07914 100644
index 625357ac1b..c10f1daa43 100644
--- a/internal/service/memorydb/parameter_group.go
+++ b/internal/service/memorydb/parameter_group.go
@@ -53,7 +53,7 @@ func resourceParameterGroup() *schema.Resource {
@@ -54,7 +54,7 @@ func resourceParameterGroup() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Expand All @@ -148,10 +148,10 @@ index 0444678df5..f788d07914 100644
names.AttrFamily: {
Type: schema.TypeString,
diff --git a/internal/service/memorydb/subnet_group.go b/internal/service/memorydb/subnet_group.go
index c4c6f7c64b..df3d2d3544 100644
index b01015569f..1e3d84acfa 100644
--- a/internal/service/memorydb/subnet_group.go
+++ b/internal/service/memorydb/subnet_group.go
@@ -47,7 +47,7 @@ func resourceSubnetGroup() *schema.Resource {
@@ -49,7 +49,7 @@ func resourceSubnetGroup() *schema.Resource {
names.AttrDescription: {
Type: schema.TypeString,
Optional: true,
Expand Down
2 changes: 1 addition & 1 deletion patches/0047-update-apn-info.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] update apn info


diff --git a/internal/conns/config.go b/internal/conns/config.go
index 7f7a5afc0e..572660dc92 100644
index 8ee7c6d627..06ba95b4bb 100644
--- a/internal/conns/config.go
+++ b/internal/conns/config.go
@@ -23,7 +23,6 @@ import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Subject: [PATCH] Patch tags_all Computed for chatbot, timestreaminfluxdb


diff --git a/internal/service/chatbot/slack_channel_configuration.go b/internal/service/chatbot/slack_channel_configuration.go
index 06e5c259f3..a52d436e13 100644
index a878965774..3ea3c705c3 100644
--- a/internal/service/chatbot/slack_channel_configuration.go
+++ b/internal/service/chatbot/slack_channel_configuration.go
@@ -104,7 +104,7 @@ func (r *slackChannelConfigurationResource) Schema(ctx context.Context, request
@@ -105,7 +105,7 @@ func (r *slackChannelConfigurationResource) Schema(ctx context.Context, request
},
},
names.AttrTags: tftags.TagsAttribute(),
Expand All @@ -18,10 +18,10 @@ index 06e5c259f3..a52d436e13 100644
Optional: true,
Computed: true,
diff --git a/internal/service/chatbot/teams_channel_configuration.go b/internal/service/chatbot/teams_channel_configuration.go
index ddfb41cfc6..3c986c63be 100644
index c472864a12..2db6c0504a 100644
--- a/internal/service/chatbot/teams_channel_configuration.go
+++ b/internal/service/chatbot/teams_channel_configuration.go
@@ -101,7 +101,7 @@ func (r *teamsChannelConfigurationResource) Schema(ctx context.Context, request
@@ -102,7 +102,7 @@ func (r *teamsChannelConfigurationResource) Schema(ctx context.Context, request
},
},
names.AttrTags: tftags.TagsAttribute(),
Expand Down
2 changes: 1 addition & 1 deletion patches/0064-Adapt-gamelift-matchmaking-resources.patch
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ index 4295987ae6..377b46816e 100644
return nil
}
diff --git a/names/data/names_data.hcl b/names/data/names_data.hcl
index b46f324edb..e6820d0986 100644
index b63a4a7c0a..f5dbf323f9 100644
--- a/names/data/names_data.hcl
+++ b/names/data/names_data.hcl
@@ -3883,7 +3883,8 @@ service "fsx" {
Expand Down
2 changes: 1 addition & 1 deletion patches/0065-Patch-Tags-for-bedrock-and-pinpoint.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] Patch Tags for bedrock and pinpoint


diff --git a/internal/service/bedrock/guardrail.go b/internal/service/bedrock/guardrail.go
index 04e3c61c21..e8630c6850 100644
index f2c70aa5a1..32b96aa5d0 100644
--- a/internal/service/bedrock/guardrail.go
+++ b/internal/service/bedrock/guardrail.go
@@ -119,7 +119,7 @@ func (r *resourceGuardrail) Schema(ctx context.Context, req resource.SchemaReque
Expand Down
10 changes: 10 additions & 0 deletions provider/cmd/pulumi-resource-aws/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14047,6 +14047,15 @@
}
}
},
"aws_iam_organizations_features": {
"current": "aws:iam/organizationsFeatures:OrganizationsFeatures",
"majorVersion": 6,
"fields": {
"enabled_features": {
"maxItemsOne": false
}
}
},
"aws_iam_policy": {
"current": "aws:iam/policy:Policy",
"majorVersion": 6
Expand Down Expand Up @@ -276530,6 +276539,7 @@
"aws:iam/groupPolicyAttachmentsExclusive:GroupPolicyAttachmentsExclusive": 1,
"aws:iam/instanceProfile:InstanceProfile": 0,
"aws:iam/openIdConnectProvider:OpenIdConnectProvider": 0,
"aws:iam/organizationsFeatures:OrganizationsFeatures": 1,
"aws:iam/policy:Policy": 0,
"aws:iam/policyAttachment:PolicyAttachment": 0,
"aws:iam/role:Role": 0,
Expand Down

Large diffs are not rendered by default.

105 changes: 87 additions & 18 deletions provider/cmd/pulumi-resource-aws/schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9d0a03f

Please sign in to comment.