Skip to content

Commit

Permalink
Update ApigeeOrganization update acceptance test.
Browse files Browse the repository at this point in the history
  • Loading branch information
masich committed Jan 7, 2025
1 parent 0727b25 commit c039fcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource "google_apigee_organization" "org" {
provider = google
display_name = "apigee-org"
description = "%{org_description}"
description = "Terraform-managed Apigee Org"
analytics_region = "us-central1"
project_id = google_project.project.project_id
authorized_network = google_compute_network.apigee_network.id
Expand Down Expand Up @@ -287,7 +287,7 @@ resource "google_apigee_organization" "org" {
provider = google
display_name = "apigee-org"
description = "Terraform-managed Apigee Org"
description = "%{org_description}"
analytics_region = "us-central1"
project_id = google_project.project.project_id
authorized_network = google_compute_network.apigee_network.id
Expand Down

0 comments on commit c039fcb

Please sign in to comment.