From 1dbf694bd846c3c3e1b1749e60c69e15e1a5bc74 Mon Sep 17 00:00:00 2001 From: Sonu Saha Date: Thu, 7 Dec 2023 16:39:33 +0530 Subject: [PATCH] fix: correct variable name for cloud_composer_v1 Signed-off-by: Sonu Saha --- test/integration/build/gcp-mm.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/build/gcp-mm.tf b/test/integration/build/gcp-mm.tf index 12f43a6bd..02e4b7abc 100644 --- a/test/integration/build/gcp-mm.tf +++ b/test/integration/build/gcp-mm.tf @@ -216,7 +216,7 @@ variable "scheduler_job" { type = any } -variable "cloud_composer" { +variable "cloud_composer_v1" { type = any }