Skip to content

Commit

Permalink
Updates terraform scripts
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 6, 2023
1 parent 918f62e commit b20c0cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 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_attachment" {
type = any
}

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

resource "google_apigee_envgroup_attachment" "engroup_attachment" {
envgroup_id = var.organization_envgroup_attachment.envgroup_id
environment = var.organization_envgroup_attachment.environment
}
4 changes: 4 additions & 0 deletions test/integration/configuration/mm-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,3 +557,7 @@ dlp:
name: "dlp-template-inspec"
location: "europe-west2"
type: "Infotype"

organization_envgroup_attachment:
envgroup_id: "organizations/ppradhan/envgroups/test-env-group"
environment: "test-env"

0 comments on commit b20c0cf

Please sign in to comment.