Skip to content

Commit

Permalink
Merge pull request #45 from Vadoid/patch-2
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
iht authored Aug 30, 2024
2 parents 4c53161 + 2d50a7f commit f8c5a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/ml_ai/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module "google_cloud_project" {
name = var.project_id
parent = var.organization
services = [
"serviceusage.googleapis.com",
"cloudbuild.googleapis.com",
"dataflow.googleapis.com",
"monitoring.googleapis.com",
Expand Down Expand Up @@ -183,4 +184,4 @@ export MAX_DATAFLOW_WORKERS=${local.max_dataflow_workers}
export DISK_SIZE_GB=${local.worker_disk_size_gb}
export MACHINE_TYPE=${local.machine_type}
FILE
}
}

0 comments on commit f8c5a4a

Please sign in to comment.