aboutsummaryrefslogtreecommitdiffstats
path: root/main.tf
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-06-01 19:12:30 +0200
committerColin Wilk <colin.wilk@tum.de>2023-06-01 19:12:30 +0200
commit1ff00c5658839a640bae5831103b02b513c224f5 (patch)
tree90776d158ebb49a4680d7c9477ccb5afd641afa6 /main.tf
parentce047c36fe9137fd222f7ae9dc498434794558f1 (diff)
downloadterraform-github-1ff00c5658839a640bae5831103b02b513c224f5.tar.gz
terraform-github-1ff00c5658839a640bae5831103b02b513c224f5.zip
Move terraform config into own subdirectory
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to 'main.tf')
-rw-r--r--main.tf14
1 files changed, 0 insertions, 14 deletions
diff --git a/main.tf b/main.tf
deleted file mode 100644
index ef02089..0000000
--- a/main.tf
+++ /dev/null
@@ -1,14 +0,0 @@
-terraform {
- required_version = ">= 1.0"
- required_providers {
- github = {
- source = "integrations/github"
- version = "~> 5.0"
- }
- }
-}
-
-provider "github" {
- token = var.github_token
- owner = "kliwniloc"
-}