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 17d1320 commit af2fe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ resource "google_storage_bucket" "data_bucket" {

# Create a Dataproc workflow template
resource "google_dataproc_workflow_template" "template" {
name = "liquor-etl-workflow"
name = "liquor-store-etl-workflow"
location = "us-central1"

placement {
managed_cluster {
cluster_name = "liquor-etl-workflow-jobs"
cluster_name = "liquor-store-etl-workflow-jobs"
config {
gce_cluster_config {
zone = "us-central1-a"
Expand Down

0 comments on commit af2fe2b

Please sign in to comment.