Skip to content

Commit

Permalink
Updates terraform script
Browse files Browse the repository at this point in the history
Signed-off-by: Vasu1105 <[email protected]>
  • Loading branch information
Vasu1105 committed Dec 6, 2023
1 parent 91cc227 commit 6d67290
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/integration/build/gcp-mm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ variable "scheduler_job" {
type = any
}

variable "organization_envgroup" {
type = any
}

resource "google_compute_ssl_policy" "custom-ssl-policy" {
name = var.ssl_policy["name"]
Expand Down Expand Up @@ -1552,3 +1555,9 @@ resource "google_vertex_ai_index" "index" {
}
index_update_method = "STREAM_UPDATE"
}

resource "google_apigee_envgroup" "env_grp" {
name = var.organization_envgroup.name
hostnames = var.organization_envgroup.hostnames
org_id = var.organization_envgroup.project
}
8 changes: 8 additions & 0 deletions test/integration/configuration/mm-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,3 +557,11 @@ dlp:
name: "dlp-template-inspec"
location: "europe-west2"
type: "Infotype"

organization_envgroup:
project: "organizations/ppradhan"
name : "test-env-group"
hostnames: ["34.95.97.227.nip.io"]
parent : "organizations/ppradhan/envgroups"
state : "ACTIVE"
created_at : "1698227493454"

0 comments on commit 6d67290

Please sign in to comment.