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 c18c0f7 commit 19851da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
}
backend "gcs" {
bucket = "${var.project_id}-terraform-state"
bucket = "350820-terraform-state"
prefix = "terraform/state"
}
}
Expand Down

0 comments on commit 19851da

Please sign in to comment.