Skip to content

Commit

Permalink
DXE-2829 Fix edgeworkers not trigger update
Browse files Browse the repository at this point in the history
  • Loading branch information
wzagrajcz committed Oct 31, 2023
1 parent c5bbdfc commit 99aaf47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RELEASE NOTES

## 5.4.0 (Oct 30, 2023)
## 5.4.0 (Oct 31, 2023)

#### FEATURES/ENHANCEMENTS:

Expand Down
5 changes: 0 additions & 5 deletions pkg/providers/edgeworkers/resource_akamai_edgeworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,6 @@ func resourceEdgeWorkerUpdate(ctx context.Context, d *schema.ResourceData, m int
client := inst.Client(meta)
logger.Debug("Updating EdgeWorker version")

if !d.HasChangeExcept("timeouts") {
logger.Debug("Only timeouts were updated, skipping")
return nil
}

edgeWorkerID := d.Id()
edgeWorkerIDReq, err := strconv.Atoi(edgeWorkerID)
if err != nil {
Expand Down

0 comments on commit 99aaf47

Please sign in to comment.