Skip to content

Commit

Permalink
it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jul 17, 2019
1 parent f9ffc8a commit b581159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions products/mlengine/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
examples:
- !ruby/object:Provider::Terraform::Examples
name: "ml_model_basic"
primary_resource_id: "default"
properties:
name: !ruby/object:Overrides::Terraform::PropertyOverride
custom_flatten: 'templates/terraform/custom_flatten/name_from_self_link.erb'
Expand Down
4 changes: 2 additions & 2 deletions templates/terraform/examples/ml_model_basic.tf.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_ml_engine_model" "example" {
name = "example"
resource "google_ml_engine_model" "default" {
name = "default"
description = "My model"
regions = ["us-central1"]
}

0 comments on commit b581159

Please sign in to comment.