diff --git a/main.tf b/main.tf new file mode 100644 index 000000000..408b33551 --- /dev/null +++ b/main.tf @@ -0,0 +1,13 @@ +terraform { + required_providers { + tfe = { + source = "hashicorp/tfe" + version = "0.42.0" + } + random = { + source = "hashicorp/random" + version = "3.4.3" + } + } + required_version = ">= 1.1.0" +}