Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 08515ed

Browse files
committed
fixed typo on terraform destroy
1 parent 40ec616 commit 08515ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (c *ApplyCommand) Run(args []string) int {
121121
v, err := c.UIInput().Input(&terraform.InputOpts{
122122
Id: "destroy",
123123
Query: "Do you really want to destroy?",
124-
Description: "Terraform will delete all your manage infrastructure.\n" +
124+
Description: "Terraform will delete all your Terraform-managed infrastructure.\n" +
125125
"There is no undo. Only 'yes' will be accepted to confirm.",
126126
})
127127
if err != nil {

0 commit comments

Comments
 (0)