From 693d1a1816938225a60379a956e041c46b3581c6 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 --- .../inspec/test/integration/configuration/mm-attributes.yml | 2 +- test/integration/build/gcp-mm.tf | 6 +++--- test/integration/configuration/mm-attributes.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/inspec/test/integration/configuration/mm-attributes.yml b/build/inspec/test/integration/configuration/mm-attributes.yml index c3b880ef9..b5f20bdd6 100644 --- a/build/inspec/test/integration/configuration/mm-attributes.yml +++ b/build/inspec/test/integration/configuration/mm-attributes.yml @@ -895,7 +895,7 @@ organization: state : "ACTIVE" analytics_region : "us-west1" -organization_envgroup_attachment: +apigee_organization_envgroup_attachment: name: "6741d6ad-1307-4f03-b02a-9fb4562c0ff3", parent: "organizations/ppradhan/envgroups/test-env-group/attachments", created_at: "1698227493793", diff --git a/test/integration/build/gcp-mm.tf b/test/integration/build/gcp-mm.tf index e71def391..11cbb153d 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 "organization_envgroup_attachment" { +variable "apigee_organization_envgroup_attachment" { type = any } @@ -1557,6 +1557,6 @@ resource "google_vertex_ai_index" "index" { } 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 db7ee6f5b..b1b0f84a8 100644 --- a/test/integration/configuration/mm-attributes.yml +++ b/test/integration/configuration/mm-attributes.yml @@ -558,6 +558,6 @@ dlp: location: "europe-west2" type: "Infotype" -organization_envgroup_attachment: +apigee_organization_envgroup_attachment: envgroup_id: "organizations/ppradhan/envgroups/test-env-group" environment: "test-env"