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 669be06 commit addc1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/integration/build/gcp-mm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ variable "cloud_composer_v1" {
type = any
}

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

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

0 comments on commit addc1ea

Please sign in to comment.