From addc1eae9a1f5e401eb0295adbe150b28fb74dd3 Mon Sep 17 00:00:00 2001 From: Vasu1105 Date: Fri, 8 Dec 2023 14:46:15 +0530 Subject: [PATCH] Updates the terraform attributes name and variable name Signed-off-by: Vasu1105 --- test/integration/build/gcp-mm.tf | 6 +++--- test/integration/configuration/mm-attributes.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/integration/build/gcp-mm.tf b/test/integration/build/gcp-mm.tf index 60f8926e5..1d2418975 100644 --- a/test/integration/build/gcp-mm.tf +++ b/test/integration/build/gcp-mm.tf @@ -220,7 +220,7 @@ variable "cloud_composer_v1" { type = any } -variable "organization_envgroup_attachment" { +variable "apigee_organization_envgroup_attachment" { type = any } @@ -1571,6 +1571,6 @@ resource "google_composer_v1_environment" "test" { } resource "google_apigee_envgroup_attachment" "engroup_attachment" { - envgroup_id = var.organization_envgroup_attachment.envgroup_id - environment = var.organization_envgroup_attachment.environment + envgroup_id = var.apigee_organization_envgroup_attachment.envgroup_id + environment = var.apigee_organization_envgroup_attachment.environment } diff --git a/test/integration/configuration/mm-attributes.yml b/test/integration/configuration/mm-attributes.yml index 65b01023e..d3a3e98c3 100644 --- a/test/integration/configuration/mm-attributes.yml +++ b/test/integration/configuration/mm-attributes.yml @@ -563,6 +563,6 @@ cloud_composer_v1: region : "us-central1" image_version : "composer-1.20.12-airflow-2.4.3" -organization_envgroup_attachment: +apigee_organization_envgroup_attachment: envgroup_id: "organizations/ppradhan/envgroups/test-env-group" environment: "test-env"