From 8e9aa1b26ae8b3b135e47e5941693f0599123f4a Mon Sep 17 00:00:00 2001 From: Kamil Turek Date: Thu, 22 Jul 2021 21:40:17 +0200 Subject: [PATCH] Create command contribution for terraform apply --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index dec196e3f8..e3bbe8606d 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"