Skip to content

Commit b6cb99b

Browse files
authored
Fixed typo in TestAccApigeeSecurityAction_apigeeSecurityActionFull config (#15030)
1 parent fceafaf commit b6cb99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/services/apigee/resource_apigee_security_action_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ resource "time_sleep" "wait_60_seconds" {
195195
196196
resource "google_project_service" "apigee" {
197197
project = google_project.project.project_id
198-
service = "apigee.googleapis.com""
198+
service = "apigee.googleapis.com"
199199
depends_on = [time_sleep.wait_60_seconds]
200200
}
201201
@@ -237,7 +237,7 @@ resource "google_service_networking_connection" "apigee_vpc_connection" {
237237
238238
resource "google_apigee_organization" "apigee_org" {
239239
analytics_region = "us-central1"
240-
project_id = data.google_client_config.current.project
240+
project_id = google_project.project.project_id
241241
authorized_network = google_compute_network.apigee_network.id
242242
depends_on = [google_service_networking_connection.apigee_vpc_connection]
243243
}

0 commit comments

Comments
 (0)