Skip to content

Commit

Permalink
Merge pull request #494 from modular-magician/codegen-pr-1360
Browse files Browse the repository at this point in the history
Add Cloud TPU Nodes
  • Loading branch information
emilymye authored Mar 5, 2019
2 parents ce1b1f4 + 140d8d1 commit 1ce3f7e
Show file tree
Hide file tree
Showing 7 changed files with 991 additions and 0 deletions.
1 change: 1 addition & 0 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
GeneratedSourceRepoResourcesMap,
GeneratedSpannerResourcesMap,
GeneratedStorageResourcesMap,
GeneratedTpuResourcesMap,
GeneratedMonitoringResourcesMap,
map[string]*schema.Resource{
"google_app_engine_application": resourceAppEngineApplication(),
Expand Down
21 changes: 21 additions & 0 deletions google-beta/provider_tpu_gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// ----------------------------------------------------------------------------
//
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
//
// ----------------------------------------------------------------------------

package google

import "github.com/hashicorp/terraform/helper/schema"

var GeneratedTpuResourcesMap = map[string]*schema.Resource{
"google_tpu_node": resourceTpuNode(),
}
Loading

0 comments on commit 1ce3f7e

Please sign in to comment.