From c8abe0c0a69a79bddbaa4411b8e4c2187b88ed92 Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 10:26:10 +0200 Subject: [PATCH 1/6] bump tools to latest --- .tool-versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 9a6c09e..9609d85 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ -terraform 1.2.9 +terraform 1.3.1 terraform-docs 0.16.0 -tflint 0.40.0 +tflint 0.41.0 pre-commit 2.20.0 From 96e9c68c8779819d6c39c015ec6da69ff1bdc6b5 Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 10:27:42 +0200 Subject: [PATCH 2/6] enable github provider --- main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index f318c35..6209a15 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.2.9" + required_version = ">= 1.3.1" required_providers { # azurerm = { # source = "hashicorp/azurerm" @@ -9,9 +9,9 @@ terraform { # source = "hashicorp/aws" # version = ">= 4.30.0" # } - # github = { - # source = "integrations/github" - # version = ">= 4.31.0" - # } + github = { + source = "integrations/github" + version = ">= 5.3.0" + } } } From 7d636fd4184cd5bcb12528d8f4539099506f2c36 Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 11:18:06 +0200 Subject: [PATCH 3/6] Adding project title and desciption --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d4c1b..4d4528a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# terraform-module-template +# terraform-github OPSd ## Introduction -What does the module provide? +A module for creating and managing GitHub repositories. ## Usage From d7b31c8e5a11c2ec76231c849d44611849b708f5 Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 11:18:54 +0200 Subject: [PATCH 4/6] bump supported version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4528a..65e61f6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The list of related modules. | Name | Version | |------|---------| -| [terraform](#requirement\_terraform) | >= 1.2.9 | +| [terraform](#requirement\_terraform) | >= 1.3.1 | ## Providers From 4a829508d1edb9f8c763750e42127e2ba02eaa8e Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 11:26:12 +0200 Subject: [PATCH 5/6] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65e61f6..9ccc839 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -A module for creating and managing GitHub repositories. +A Terraform module for creating and managing GitHub repositories. ## Usage From 3e6e07172432890539c7a33b045e45b9c37bd0c3 Mon Sep 17 00:00:00 2001 From: Michal Tomczuk Date: Fri, 30 Sep 2022 11:52:39 +0200 Subject: [PATCH 6/6] adding github provider requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ccc839..b300f4a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The list of related modules. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.1 | +| [github](#requirement\_github) | >= 5.3.0 | ## Providers