Skip to content

Commit

Permalink
Add resource_storage_transfer_job
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhussein authored and modular-magician committed Dec 20, 2018
1 parent 222a47a commit ca2ce50
Show file tree
Hide file tree
Showing 6 changed files with 1,136 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_storage_object_acl": resourceStorageObjectAcl(),
"google_storage_default_object_acl": resourceStorageDefaultObjectAcl(),
"google_storage_notification": resourceStorageNotification(),
"google_storage_transfer_job": resourceStorageTransferJob(),
},
)
}
Expand Down
Loading

0 comments on commit ca2ce50

Please sign in to comment.