Skip to content

Commit a263d37

Browse files
remove ooutdated comment
1 parent c21f3c8 commit a263d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/configs/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ func decodeResourceBlock(block *hcl.Block, override bool, allowExperiments bool)
298298
r.Postconditions = append(r.Postconditions, cr)
299299
}
300300

301-
// decoded, but not yet used!
302301
case "action_trigger":
303302
at, atDiags := decodeActionTriggerBlock(block)
304303
diags = append(diags, atDiags...)

0 commit comments

Comments
 (0)