Skip to content

Commit

Permalink
fix: variable for gcs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Jul 26, 2024
1 parent 200a3fb commit 0b5bb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ provider "google" {
terraform {
backend "gcs" {
#bucket = "tf-state-mdo-terraform-${var.project_id}"
prefix = var.prefix
prefix = "sba-terraform"
}
}
6 changes: 0 additions & 6 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ variable "zone" {
default = "me-west1-b"
}

# For terraform backend "gcs"
variable "prefix" {
description = "prefix for remote backend for terraform state files"
type = string
default = "sba-terraform"
}

# For resource google_service_account.main
variable "cluster_name" {
Expand Down

0 comments on commit 0b5bb04

Please sign in to comment.