File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
2929``` hcl
3030 module "main" {
3131 source = "hadenlabs/repository/github"
32- version = "0.4 .0"
32+ version = "0.5 .0"
3333
3434 providers = {
3535 github = github
@@ -48,7 +48,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
4848
4949module "main_with_key" {
5050 source = "hadenlabs/repository/github"
51- version = "0.4 .0"
51+ version = "0.5 .0"
5252
5353 providers = {
5454 github = github
@@ -66,7 +66,7 @@ module "main_with_key" {
6666
6767module "main_with_secrets" {
6868 source = "hadenlabs/repository/github"
69- version = "0.4 .0"
69+ version = "0.5 .0"
7070
7171 providers = {
7272 github = github
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "main" {
22 providers = {
33 github = github
44 }
5- source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.4 .0"
5+ source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5 .0"
66 name = var. repository_name
77 description = var. repository_description
88 visibility = " public"
@@ -12,7 +12,7 @@ module "main_with_key" {
1212 providers = {
1313 github = github
1414 }
15- source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.4 .0"
15+ source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5 .0"
1616 name = var. repository_name
1717 description = var. repository_description
1818 visibility = " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " @hadenlabs/terraform-github-repository" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " terraform-github-repository for hadenlabs" ,
55 "repository" :
" ssh://[email protected] /hadenlabs/terraform-github-repository.git" ,
66 "author" :
" Luis Mayta <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ usage: |-
5858 ```hcl
5959 module "main" {
6060 source = "hadenlabs/repository/github"
61- version = "0.4 .0"
61+ version = "0.5 .0"
6262
6363 providers = {
6464 github = github
@@ -77,7 +77,7 @@ usage: |-
7777
7878 module "main_with_key" {
7979 source = "hadenlabs/repository/github"
80- version = "0.4 .0"
80+ version = "0.5 .0"
8181
8282 providers = {
8383 github = github
@@ -95,7 +95,7 @@ usage: |-
9595
9696 module "main_with_secrets" {
9797 source = "hadenlabs/repository/github"
98- version = "0.4 .0"
98+ version = "0.5 .0"
9999
100100 providers = {
101101 github = github
Original file line number Diff line number Diff line change 22files = package.json provision/generators/README.yaml example/main.tf
33commit = False
44tag = False
5- current_version = 0.4 .0
5+ current_version = 0.5 .0
66
77[bumpversion:file:setup.cfg]
88search = {current_version}
You can’t perform that action at this time.
0 commit comments