diff --git a/CODEOWNERS b/CODEOWNERS index d0ca00eb85..1610f84aa5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -32,3 +32,7 @@ builtin/provisioners/file @hashicorp/terraform-core builtin/provisioners/local-exec @hashicorp/terraform-core builtin/provisioners/remote-exec @hashicorp/terraform-core + +# Actions +/internal/command/jsonplan/action_invocations.go @hashicorp/tf-actions @hashicorp/terraform-core +/internal/plans/action_invocation.go @hashicorp/tf-actions @hashicorp/terraform-core