Skip to content

Commit

Permalink
refactor: provider.tf to update the GCS bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
crinconpcln committed Sep 12, 2024
1 parent 19851da commit a793a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ terraform {
}
}
backend "gcs" {
bucket = "350820-terraform-state"
prefix = "terraform/state"
bucket = "350820-terraform-state"
prefix = "terraform/state"
}
}

Expand Down

0 comments on commit a793a6c

Please sign in to comment.