Skip to content

Commit

Permalink
new tf and main
Browse files Browse the repository at this point in the history
  • Loading branch information
lalelisealstad committed Sep 29, 2024
1 parent b6e89a7 commit 17d1320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ gcloud compute networks subnets update default \


gcloud dataproc workflow-templates instantiate liquor-etl-workflow \
--region us-central1
--region us-central1


gcloud dataproc workflow-templates delete liquor-store-etl-workflow --region=us-central1
8 changes: 0 additions & 8 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,3 @@ resource "google_dataproc_workflow_template" "template" {
}
}

# Update Google Cloud subnet for private IP access
resource "google_compute_subnetwork" "default_subnetwork" {
name = "default"
region = "us-central1"
network = "default"

private_ip_google_access = true
}

0 comments on commit 17d1320

Please sign in to comment.