Skip to content

Commit

Permalink
migrate terraform state (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian authored May 17, 2023
1 parent 4f598e6 commit 2687f02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .terraform/config.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@

# gsutil mb gs://tf-state-graph-docs
terraform {
backend "gcs" {
bucket = "tf-state-graph-docs"

required_providers {
tfe = {
version = "~> 0.44.0"
}
}
cloud {
organization = "edgeandnode"

workspaces {
name = "tf-state-graph-docs"
}
}
}
}
3 changes: 3 additions & 0 deletions .terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
terraform {
required_version = "1.4.6"
}

0 comments on commit 2687f02

Please sign in to comment.