Skip to content

Commit

Permalink
Add a missing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 28, 2024
1 parent f283771 commit cb82850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patches/0027-Do-not-compute-tags_all-at-TF-level.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] Do not compute tags_all at TF level


diff --git a/internal/framework/resource_with_configure.go b/internal/framework/resource_with_configure.go
index a415a989a8..9a3f8eea5c 100644
index 6ece15b4f4..89844a1233 100644
--- a/internal/framework/resource_with_configure.go
+++ b/internal/framework/resource_with_configure.go
@@ -30,6 +30,11 @@ func (r *ResourceWithConfigure) Configure(_ context.Context, request resource.Co
Expand All @@ -21,7 +21,7 @@ index a415a989a8..9a3f8eea5c 100644
if request.Plan.Raw.IsNull() {
return
diff --git a/internal/provider/fwprovider/provider.go b/internal/provider/fwprovider/provider.go
index 95563b9882..5ed49e758f 100644
index c29a9f9b7d..3eebe2feb9 100644
--- a/internal/provider/fwprovider/provider.go
+++ b/internal/provider/fwprovider/provider.go
@@ -430,8 +430,8 @@ func (p *fwprovider) Resources(ctx context.Context) []func() resource.Resource {
Expand Down Expand Up @@ -231,7 +231,7 @@ index 789e374885..d5a771ce81 100644
Blocks: map[string]schema.Block{
names.AttrTimeouts: timeouts.Block(ctx, timeouts.Opts{
diff --git a/internal/verify/diff.go b/internal/verify/diff.go
index 95c63b9f8d..ca148c9e7f 100644
index afffb80b4a..afb980ec65 100644
--- a/internal/verify/diff.go
+++ b/internal/verify/diff.go
@@ -22,6 +22,11 @@ import (
Expand All @@ -244,7 +244,7 @@ index 95c63b9f8d..ca148c9e7f 100644
+ }
+
defaultTagsConfig := meta.(*conns.AWSClient).DefaultTagsConfig(ctx)
ignoreTagsConfig := meta.(*conns.AWSClient).IgnoreTagsConfig
ignoreTagsConfig := meta.(*conns.AWSClient).IgnoreTagsConfig(ctx)

diff --git a/shim/shim.go b/shim/shim.go
index 2af7c06925..ce64074bfd 100644
Expand Down

0 comments on commit cb82850

Please sign in to comment.