aboutsummaryrefslogtreecommitdiffstats
path: root/misc.tf
diff options
context:
space:
mode:
Diffstat (limited to 'misc.tf')
-rw-r--r--misc.tf11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc.tf b/misc.tf
new file mode 100644
index 0000000..75c3001
--- /dev/null
+++ b/misc.tf
@@ -0,0 +1,11 @@
+resource "github_repository" "terraform-github" {
+ name = "terraform-github"
+ description = "Terraform configuration managing my github repositories"
+ topics = ["terraform", "github"]
+
+ visibility = "private"
+ archived = false
+
+ has_discussions = false
+ has_issues = true
+}