Skip to content

Commit

Permalink
Added backup support for google_filestore_instance (#6742) (#13209)
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Thornton <camthornton@google.com>
fixes #7655

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Dec 9, 2022
1 parent 5bc7515 commit 50bb03d
Show file tree
Hide file tree
Showing 9 changed files with 1,085 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/6742.txt
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_filestore_backup`
```
5 changes: 3 additions & 2 deletions google/provider.go
Expand Up @@ -934,9 +934,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 250
// Generated resources: 251
// Generated IAM resources: 156
// Total generated resources: 406
// Total generated resources: 407
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1177,6 +1177,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_essential_contacts_contact": resourceEssentialContactsContact(),
"google_filestore_instance": resourceFilestoreInstance(),
"google_filestore_snapshot": resourceFilestoreSnapshot(),
"google_filestore_backup": resourceFilestoreBackup(),
"google_firestore_index": resourceFirestoreIndex(),
"google_firestore_document": resourceFirestoreDocument(),
"google_game_services_realm": resourceGameServicesRealm(),
Expand Down

0 comments on commit 50bb03d

Please sign in to comment.