Skip to content

Commit e351604

Browse files
Fixed typo in TestAccApigeeSecurityAction_apigeeSecurityActionFull config (#15030) (#24221)
[upstream:b6cb99b6361868d2885c75566314192ebff32fd6] Signed-off-by: Modular Magician <[email protected]>
1 parent 141cd66 commit e351604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/services/apigee/resource_apigee_security_action_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ resource "time_sleep" "wait_60_seconds" {
211211
212212
resource "google_project_service" "apigee" {
213213
project = google_project.project.project_id
214-
service = "apigee.googleapis.com""
214+
service = "apigee.googleapis.com"
215215
depends_on = [time_sleep.wait_60_seconds]
216216
}
217217
@@ -253,7 +253,7 @@ resource "google_service_networking_connection" "apigee_vpc_connection" {
253253
254254
resource "google_apigee_organization" "apigee_org" {
255255
analytics_region = "us-central1"
256-
project_id = data.google_client_config.current.project
256+
project_id = google_project.project.project_id
257257
authorized_network = google_compute_network.apigee_network.id
258258
depends_on = [google_service_networking_connection.apigee_vpc_connection]
259259
}

0 commit comments

Comments
 (0)