From 46706895d5bbe03200917e9a226f760b2f48368f Mon Sep 17 00:00:00 2001 From: Emily Ye Date: Thu, 16 Jan 2020 16:05:33 -0800 Subject: [PATCH] fix var name --- products/iap/terraform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/iap/terraform.yaml b/products/iap/terraform.yaml index 54fe21b56717..f35959e64b19 100644 --- a/products/iap/terraform.yaml +++ b/products/iap/terraform.yaml @@ -145,7 +145,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides name: "instance_basic" primary_resource_id: "tunnelvm" vars: - name: "tf-test-tunnel" + instance_name: "tf-test-tunnel" primary_resource_name: "fmt.Sprintf(\"tf-test-tunnel%s\", context[\"random_suffix\"])" # This is for copying files over files: !ruby/object:Provider::Config::Files