Skip to content

Commit

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

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

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Dec 9, 2022
1 parent cb72fd2 commit 3d3467d
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_filestore_backup`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1056,9 +1056,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 290
// Generated resources: 291
// Generated IAM resources: 189
// Total generated resources: 479
// Total generated resources: 480
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1352,6 +1352,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_firebase_project": resourceFirebaseProject(),
"google_firebase_project_location": resourceFirebaseProjectLocation(),
"google_firebase_web_app": resourceFirebaseWebApp(),
Expand Down
Loading

0 comments on commit 3d3467d

Please sign in to comment.