-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream is updated to v5.71.0 New resources: backup/restoreTestingPlan.RestoreTestingPlan backup/restoreTestingSelection.RestoreTestingSelection datazone/userProfile.UserProfile pinpoint/smsvoicev2ConfigurationSet.Smsvoicev2ConfigurationSet route53/profilesAssociation.ProfilesAssociation route53/profilesProfile.ProfilesProfile route53/profilesResourceAssociation.ProfilesResourceAssociation New functions: amp/getDefaultScraperConfiguration.getDefaultScraperConfiguration bedrock/getInferenceProfile.getInferenceProfile bedrock/getInferenceProfiles.getInferenceProfiles elasticache/getServerlessCache.getServerlessCache route53/getProfilesProfiles.getProfilesProfiles Fixes #4630
- Loading branch information
Showing
309 changed files
with
34,407 additions
and
2,319 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
patches/0069-Patch-ComputedOnly-for-route53profiles-and-more.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Anton Tayanovskyy <[email protected]> | ||
Date: Mon, 14 Oct 2024 15:15:47 -0400 | ||
Subject: [PATCH] Patch ComputedOnly for route53profiles and more | ||
|
||
|
||
diff --git a/internal/service/backup/restore_testing_plan.go b/internal/service/backup/restore_testing_plan.go | ||
index b324c80f36..b5e2bf8337 100644 | ||
--- a/internal/service/backup/restore_testing_plan.go | ||
+++ b/internal/service/backup/restore_testing_plan.go | ||
@@ -88,7 +88,7 @@ func (r *restoreTestingPlanResource) Schema(ctx context.Context, request resourc | ||
}, | ||
}, | ||
names.AttrTags: tftags.TagsAttribute(), | ||
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(), | ||
+ names.AttrTagsAll: tftags.TagsAttribute(), | ||
}, | ||
Blocks: map[string]schema.Block{ | ||
"recovery_point_selection": schema.ListNestedBlock{ | ||
diff --git a/internal/service/pinpointsmsvoicev2/configuration_set.go b/internal/service/pinpointsmsvoicev2/configuration_set.go | ||
index b4bd9f9d39..61334ec528 100644 | ||
--- a/internal/service/pinpointsmsvoicev2/configuration_set.go | ||
+++ b/internal/service/pinpointsmsvoicev2/configuration_set.go | ||
@@ -75,7 +75,7 @@ func (r *configurationSetResource) Schema(ctx context.Context, request resource. | ||
}, | ||
}, | ||
names.AttrTags: tftags.TagsAttribute(), | ||
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(), | ||
+ names.AttrTagsAll: tftags.TagsAttribute(), | ||
}, | ||
} | ||
} | ||
diff --git a/internal/service/route53profiles/association.go b/internal/service/route53profiles/association.go | ||
index bb460f3268..9dc39c6e3f 100644 | ||
--- a/internal/service/route53profiles/association.go | ||
+++ b/internal/service/route53profiles/association.go | ||
@@ -102,7 +102,7 @@ func (r *resourceAssociation) Schema(ctx context.Context, req resource.SchemaReq | ||
}, | ||
}, | ||
names.AttrTags: tftags.TagsAttribute(), | ||
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(), | ||
+ names.AttrTagsAll: tftags.TagsAttribute(), | ||
}, | ||
Blocks: map[string]schema.Block{ | ||
names.AttrTimeouts: timeouts.Block(ctx, timeouts.Opts{ | ||
diff --git a/internal/service/route53profiles/profile.go b/internal/service/route53profiles/profile.go | ||
index b65485fd1b..529f1589f8 100644 | ||
--- a/internal/service/route53profiles/profile.go | ||
+++ b/internal/service/route53profiles/profile.go | ||
@@ -94,7 +94,7 @@ func (r *resourceProfile) Schema(ctx context.Context, req resource.SchemaRequest | ||
}, | ||
}, | ||
names.AttrTags: tftags.TagsAttribute(), | ||
- names.AttrTagsAll: tftags.TagsAttributeComputedOnly(), | ||
+ names.AttrTagsAll: tftags.TagsAttribute(), | ||
}, | ||
Blocks: map[string]schema.Block{ | ||
names.AttrTimeouts: timeouts.Block(ctx, timeouts.Opts{ |
Oops, something went wrong.