Link ActionReason constants to Terraform's canonical enum
diff --git a/plan.go b/plan.go
index 3b036c1..d82bc10 100644
--- a/plan.go
+++ b/plan.go
@@ -221,6 +221,10 @@
 // for the actions proposed in a ResourceChange. The set of possible values may
 // grow in future Terraform versions, so consumers should treat unrecognized
 // values as equivalent to ActionReasonNone.
+//
+// The canonical list of reason keywords is defined by Terraform in
+// internal/command/jsonplan/plan.go (the ResourceInstance* constants):
+// https://github.com/hashicorp/terraform/blob/main/internal/command/jsonplan/plan.go
 type ActionReason string
 
 const (