Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Oct 9, 2024
1 parent fd10a0d commit 71c9290
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions terraform/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ terraform {
version = "~> 4.0"
}
}
backend "gcs" {
bucket = var.bucket
prefix = var.prefix
impersonate_service_account = var.impersonate_service_account
}
backend "gcs" {}
required_version = ">= 1.2.0"
}

Expand All @@ -18,9 +14,6 @@ provider "google" {
region = var.region
}

variable "bucket" {}
variable "prefix" {}
variable "impersonate_service_account" {}
variable "instance" {}
variable "project_id" {}
variable "region" {}
Expand Down

0 comments on commit 71c9290

Please sign in to comment.