@@ -24,7 +24,7 @@ Terraform module to provision an github repository.
2424
2525 module "main_with_pages" {
2626 source = "hadenlabs/repository/github"
27- version = "0.8 .0"
27+ version = "0.9 .0"
2828
2929 providers = {
3030 github = github
@@ -61,7 +61,7 @@ Full working examples can be found in [examples](./examples) folder.
6161
6262 module "main" {
6363 source = "hadenlabs/repository/github"
64- version = "0.8 .0"
64+ version = "0.9 .0"
6565
6666 providers = {
6767 github = github
@@ -86,7 +86,7 @@ Full working examples can be found in [examples](./examples) folder.
8686
8787 module "main_with_key" {
8888 source = "hadenlabs/repository/github"
89- version = "0.8 .0"
89+ version = "0.9 .0"
9090
9191 providers = {
9292 github = github
@@ -110,7 +110,7 @@ Full working examples can be found in [examples](./examples) folder.
110110
111111 module "main_with_secrets" {
112112 source = "hadenlabs/repository/github"
113- version = "0.8 .0"
113+ version = "0.9 .0"
114114
115115 providers = {
116116 github = github
@@ -132,7 +132,7 @@ Full working examples can be found in [examples](./examples) folder.
132132
133133 module "main_with_pages" {
134134 source = "hadenlabs/repository/github"
135- version = "0.8 .0"
135+ version = "0.9 .0"
136136
137137 providers = {
138138 github = github
@@ -166,7 +166,7 @@ Full working examples can be found in [examples](./examples) folder.
166166
167167 module "main" {
168168 source = "hadenlabs/repository/github"
169- version = "0.8 .0"
169+ version = "0.9 .0"
170170
171171 providers = {
172172 github = github
@@ -196,7 +196,7 @@ Full working examples can be found in [examples](./examples) folder.
196196
197197 module "main" {
198198 source = "hadenlabs/repository/github"
199- version = "0.8 .0"
199+ version = "0.9 .0"
200200
201201 providers = {
202202 github = github
@@ -231,7 +231,7 @@ Full working examples can be found in [examples](./examples) folder.
231231 github = github
232232 }
233233 source = "hadenlabs/repository/github"
234- version = "0.8 .0"
234+ version = "0.9 .0"
235235 name = "repository-example"
236236 description = "repository example"
237237 visibility = "public"
@@ -262,7 +262,7 @@ Full working examples can be found in [examples](./examples) folder.
262262 github = github
263263 }
264264 source = "hadenlabs/repository/github"
265- version = "0.8 .0"
265+ version = "0.9 .0"
266266 name = "repository-example"
267267 is_git_flow = true
268268 description = "repository example"
0 commit comments