Skip to content

Commit

Permalink
Minimal Data Platform - Fix (#1730)
Browse files Browse the repository at this point in the history
* Fix

* Fix README

* Fix data platform minimal tests

---------

Co-authored-by: Julio Castillo <jccb@google.com>
  • Loading branch information
lcaggio and juliocc committed Oct 4, 2023
1 parent 20dd3df commit de88395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ locals {
DP_REGION = var.region
LAND_PRJ = module.land-project.project_id
LAND_GCS = module.land-cs-0.url
LAND_BQ_DATASET = module.land-bq-0.dataset_id
PHS_CLUSTER_NAME = try(module.processing-dp-historyserver[0].name, "")
PROCESSING_GCS = module.processing-cs-0.url
PROCESSING_PRJ = module.processing-project.project_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ module "processing-project" {
iam_bindings_additive = (
var.project_config.billing_account_id != null ? {} : local.iam_prc_additive
)
compute_metadata = {
enable-oslogin = "false"
}

services = [
"bigquery.googleapis.com",
"bigqueryreservation.googleapis.com",
Expand Down
2 changes: 1 addition & 1 deletion blueprints/data-solutions/data-platform-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module "data-platform" {
prefix = "myprefix"
}
# tftest modules=23 resources=138
# tftest modules=23 resources=137
```

## Customizations
Expand Down

0 comments on commit de88395

Please sign in to comment.