Skip to content

Commit

Permalink
fix TestAccFirebaseWebApp_firebaseWebAppFull (#9251)
Browse files Browse the repository at this point in the history
[upstream:c6f618374c6d078acb14a80f2723ee58df292cf6]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Nov 14, 2023
1 parent 4c68318 commit b0d9ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .changelog/9251.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
14 changes: 1 addition & 13 deletions google-beta/services/firebase/resource_firebase_web_app_test.go
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 b0d9ba4

Please sign in to comment.