Skip to content

Commit

Permalink
Legg til gcs-backend (igjen!)
Browse files Browse the repository at this point in the history
Co-authored-by: richardmartinsen <Richard.Martinsen@nav.no>
  • Loading branch information
thorellefsennav and richardmartinsen committed Jun 17, 2024
1 parent bf6bcb9 commit 56dbae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bigquery/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ terraform {
version = "5.33.0"
}
}

backend "gcs" {
bucket = "tpts-bigquery-terraform-state-dev"
}
}

provider "google" {
Expand Down

0 comments on commit 56dbae6

Please sign in to comment.