Skip to content

Commit

Permalink
Fixed triggers so that they force a new resource when changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSick7 committed Sep 15, 2024
1 parent 56f956f commit 18ddc62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2 (Sep 14, 2024)
BUG FIXES:
- Fixed `triggers` so that they force a new resource when changed.

## 0.1.1 (Sep 14, 2024)
BUG FIXES:
- Fixed caller reference for create invalidation.
Expand Down
1 change: 0 additions & 1 deletion internal/provider/cloudfront_distribution_invalidation.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (r *CloudfrontDistributionInvalidationResource) Schema(ctx context.Context,
Computed: true,
PlanModifiers: []planmodifier.Map{
mapplanmodifier.RequiresReplace(),
mapplanmodifier.UseStateForUnknown(),
},
},
"id": schema.StringAttribute{
Expand Down

0 comments on commit 18ddc62

Please sign in to comment.