We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f598e6 commit 2687f02Copy full SHA for 2687f02
.terraform/config.tf
@@ -1,7 +1,15 @@
1
-
2
-# gsutil mb gs://tf-state-graph-docs
3
terraform {
4
- backend "gcs" {
5
- bucket = "tf-state-graph-docs"
+
+ required_providers {
+ tfe = {
+ version = "~> 0.44.0"
6
+ }
7
8
+ cloud {
9
+ organization = "edgeandnode"
10
11
+ workspaces {
12
+ name = "tf-state-graph-docs"
13
14
}
-}
15
+}
.terraform/versions.tf
@@ -0,0 +1,3 @@
+terraform {
+ required_version = "1.4.6"
0 commit comments