Skip to content

Commit

Permalink
Merge pull request #1863 from GoogleCloudPlatform/wiktorn-examples-ve…
Browse files Browse the repository at this point in the history
…rtex-mlops

End-to-end tests for Vertex blueprint
  • Loading branch information
wiktorn committed Nov 16, 2023
2 parents 4343a57 + bfdf7b8 commit e1e8fe6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blueprints/data-solutions/vertex-mlops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@ module "test" {
"team" = "ml"
}
bucket_name = "gcs-test"
dataset_name = "bq-test"
dataset_name = "bq_test"
identity_pool_claims = "attribute.repository/ORGANIZATION/REPO"
notebooks = {
"myworkbench" = {
type = "USER_MANAGED"
}
}
prefix = "pref-dev"
prefix = var.prefix
project_config = {
billing_account_id = "000000-123456-123456"
parent = "folders/111111111111"
billing_account_id = var.billing_account_id
parent = var.folder_id
project_id = "test-dev"
}
}
# tftest modules=13 resources=67
# tftest modules=13 resources=67 e2e
```

0 comments on commit e1e8fe6

Please sign in to comment.