Skip to content

Commit 2687f02

Browse files
migrate terraform state (graphprotocol#383)
1 parent 4f598e6 commit 2687f02

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.terraform/config.tf

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
2-
# gsutil mb gs://tf-state-graph-docs
31
terraform {
4-
backend "gcs" {
5-
bucket = "tf-state-graph-docs"
2+
3+
required_providers {
4+
tfe = {
5+
version = "~> 0.44.0"
6+
}
7+
}
8+
cloud {
9+
organization = "edgeandnode"
10+
11+
workspaces {
12+
name = "tf-state-graph-docs"
13+
}
614
}
7-
}
15+
}

.terraform/versions.tf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
terraform {
2+
required_version = "1.4.6"
3+
}

0 commit comments

Comments
 (0)