Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nimitseth authored Feb 22, 2023
1 parent 1979d50 commit 518d365
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions gke/provider.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
terraform {
backend "gcs" {
bucket = "tf-state-prod21"
bucket = "tf-state-prod07"
prefix = "terraform/state"
}

required_providers {
google = {
source = "hashicorp/google"
version = "4.53.1"
}
}
}

provider "random" {
Expand Down

0 comments on commit 518d365

Please sign in to comment.