Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Apr 15, 2021
1 parent f9c423a commit 49ef195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmv1/third_party/terraform/resources/resource_dataflow_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,6 @@ func resourceDataflowJobIterateMapHasChange(mapKey string, d *schema.ResourceDat
func resourceDataflowJobIsVirtualUpdate(d *schema.ResourceData, resourceSchema map[string]*schema.Schema) bool {
// on_delete is the only virtual field
if d.HasChange("on_delete") {
// Check if other fields have changes, which would require an actual update request
resourceSchema := resourceDataflowJob().Schema
for field := range resourceSchema {
if field == "on_delete" {
continue
Expand Down

0 comments on commit 49ef195

Please sign in to comment.