Skip to content

Commit 3f5116b

Browse files
enhancement: Promote Firestore database resource to GA (#7360) (#13874)
Signed-off-by: Modular Magician <[email protected]>
1 parent 6fc7745 commit 3f5116b

6 files changed

+696
-16
lines changed

.changelog/7360.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
firestore: Promote `google_firestore_database` to GA
3+
```

google/provider.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,9 @@ func Provider() *schema.Provider {
991991
return provider
992992
}
993993

994-
// Generated resources: 268
994+
// Generated resources: 269
995995
// Generated IAM resources: 174
996-
// Total generated resources: 442
996+
// Total generated resources: 443
997997
func ResourceMap() map[string]*schema.Resource {
998998
resourceMap, _ := ResourceMapWithErrors()
999999
return resourceMap
@@ -1262,6 +1262,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
12621262
"google_filestore_backup": ResourceFilestoreBackup(),
12631263
"google_filestore_instance": ResourceFilestoreInstance(),
12641264
"google_filestore_snapshot": ResourceFilestoreSnapshot(),
1265+
"google_firestore_database": ResourceFirestoreDatabase(),
12651266
"google_firestore_document": ResourceFirestoreDocument(),
12661267
"google_firestore_index": ResourceFirestoreIndex(),
12671268
"google_game_services_game_server_cluster": ResourceGameServicesGameServerCluster(),

0 commit comments

Comments
 (0)