diff --git a/package.json b/package.json index dec196e3f..e3bbe8606 100644 --- a/package.json +++ b/package.json @@ -193,6 +193,10 @@ "command": "terraform.validate", "title": "Terraform: validate" }, + { + "command": "terraform.apply", + "title": "Terraform: Apply" + }, { "command": "terraform.plan", "title": "Terraform: plan"