Skip to content

Commit

Permalink
Updates the terraform attributes name and variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
  • Loading branch information
Vasu1105 committed Dec 8, 2023
1 parent b20c0cf commit 693d1a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions test/integration/build/gcp-mm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ variable "scheduler_job" {
type = any
}

variable "organization_envgroup_attachment" {
variable "apigee_organization_envgroup_attachment" {
type = any
}

Expand Down Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion test/integration/configuration/mm-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 693d1a1

Please sign in to comment.