From cd56d3dd99db04f840647e456ebfc8534de350f8 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Tue, 30 May 2023 20:11:41 +0200 Subject: init --- misc.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc.tf (limited to 'misc.tf') 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 +} -- cgit v1.2.3