We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ec616 commit 08515edCopy full SHA for 08515ed
1 file changed
command/apply.go
@@ -121,7 +121,7 @@ func (c *ApplyCommand) Run(args []string) int {
121
v, err := c.UIInput().Input(&terraform.InputOpts{
122
Id: "destroy",
123
Query: "Do you really want to destroy?",
124
- Description: "Terraform will delete all your manage infrastructure.\n" +
+ Description: "Terraform will delete all your Terraform-managed infrastructure.\n" +
125
"There is no undo. Only 'yes' will be accepted to confirm.",
126
})
127
if err != nil {
0 commit comments