Skip to content

Commit

Permalink
Remove firebase_project_location (#8783) (#6223)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 7, 2023
1 parent dc519fb commit 12eb468
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 473 deletions.
3 changes: 3 additions & 0 deletions .changelog/8783.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:breaking-change
firebase: removed `google_firebase_project_location`
```
5 changes: 2 additions & 3 deletions google-beta/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 370
// Generated resources: 369
// Generated IAM resources: 234
// Total generated resources: 604
// Total generated resources: 603
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1448,7 +1448,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_firebase_android_app": firebase.ResourceFirebaseAndroidApp(),
"google_firebase_apple_app": firebase.ResourceFirebaseAppleApp(),
"google_firebase_project": firebase.ResourceFirebaseProject(),
"google_firebase_project_location": firebase.ResourceFirebaseProjectLocation(),
"google_firebase_web_app": firebase.ResourceFirebaseWebApp(),
"google_firebase_database_instance": firebasedatabase.ResourceFirebaseDatabaseInstance(),
"google_firebase_extensions_instance": firebaseextensions.ResourceFirebaseExtensionsInstance(),
Expand Down
276 changes: 0 additions & 276 deletions google-beta/services/firebase/resource_firebase_project_location.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit 12eb468

Please sign in to comment.