Skip to content

Commit

Permalink
command: Remove the experimental "terraform add" command
Browse files Browse the repository at this point in the history
We introduced this experiment to gather feedback, and the feedback we saw
led to us deciding to do another round of design work before we move
forward with something to meet this use-case.

In addition to being experimental, this has only been included in alpha
releases so far, and so on both counts it is not protected by the
Terraform v1.0 Compatibility Promises.
  • Loading branch information
apparentlymart committed Oct 18, 2021
1 parent 7d3074d commit 27ffb93
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 3,026 deletions.
6 changes: 0 additions & 6 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ func initCommands(
// that to match.

Commands = map[string]cli.CommandFactory{
"add": func() (cli.Command, error) {
return &command.AddCommand{
Meta: meta,
}, nil
},

"apply": func() (cli.Command, error) {
return &command.ApplyCommand{
Meta: meta,
Expand Down
369 changes: 0 additions & 369 deletions internal/command/add.go

This file was deleted.

Loading

0 comments on commit 27ffb93

Please sign in to comment.