Skip to content

Commit

Permalink
feat: move tofu state to gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Aug 21, 2024
1 parent 0a59769 commit 077ae43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tofu/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ terraform {
}
}

backend "local" {
path = "/home/john/Sync/world-tfstate/terraform.tfstate"
backend "gcs" {
prefix = "hcloud-dev"
bucket = "terraform-9000-248d"
}
}

Expand Down

0 comments on commit 077ae43

Please sign in to comment.