Skip to content

Commit

Permalink
fix: update vertexai main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
luk-st authored Jan 3, 2024
1 parent 6876bb4 commit 4c641f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vertex-ai-workbench/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "google_storage_bucket_object" "post-startup" {

resource "google_notebooks_instance" "tbd_notebook" {
#checkov:skip=CKV2_GCP_18: "Ensure GCP network defines a firewall and does not use the default firewall"
#checkov:skip=CKV2_GCP_21: "Explanation for why this check is skipped"
depends_on = [google_project_service.notebooks]
location = local.zone
machine_type = var.machine_type
Expand Down

0 comments on commit 4c641f9

Please sign in to comment.