Skip to content

Commit

Permalink
fix TestAccFirebaseWebApp_firebaseWebAppFull (GoogleCloudPlatform#9251)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored and jialei-chen committed Nov 29, 2023
1 parent bf77b8a commit 2ecc5dc
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,13 @@ resource "google_apikeys_key" "key1" {
name = "tf-test-api-key1%{random_suffix}"
display_name = "Test api key 1"
project = "%{project_id}"

restrictions {
browser_key_restrictions {
allowed_referrers = ["*"]
}
}
}

resource "google_apikeys_key" "key2" {
provider = google-beta
name = "tf-test-api-key2%{random_suffix}"
display_name = "Test api key 2"
project = google_project.default.project_id

restrictions {
browser_key_restrictions {
allowed_referrers = ["*"]
}
}
project = "%{project_id}"
}

resource "google_firebase_web_app" "default" {
Expand Down

0 comments on commit 2ecc5dc

Please sign in to comment.