File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
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).
29
29
``` hcl
30
30
module "main" {
31
31
source = "hadenlabs/repository/github"
32
- version = "0.5 .0"
32
+ version = "0.6 .0"
33
33
34
34
providers = {
35
35
github = github
@@ -48,7 +48,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
48
48
49
49
module "main_with_key" {
50
50
source = "hadenlabs/repository/github"
51
- version = "0.5 .0"
51
+ version = "0.6 .0"
52
52
53
53
providers = {
54
54
github = github
@@ -66,7 +66,7 @@ module "main_with_key" {
66
66
67
67
module "main_with_secrets" {
68
68
source = "hadenlabs/repository/github"
69
- version = "0.5 .0"
69
+ version = "0.6 .0"
70
70
71
71
providers = {
72
72
github = github
@@ -83,7 +83,7 @@ module "main_with_secrets" {
83
83
84
84
module "main_with_pages" {
85
85
source = "hadenlabs/repository/github"
86
- version = "0.5 .0"
86
+ version = "0.6 .0"
87
87
88
88
providers = {
89
89
github = github
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module "main" {
2
2
providers = {
3
3
github = github
4
4
}
5
- source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5 .0"
5
+ source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.6 .0"
6
6
name = var. repository_name
7
7
description = var. repository_description
8
8
visibility = " public"
@@ -12,7 +12,7 @@ module "main_with_key" {
12
12
providers = {
13
13
github = github
14
14
}
15
- source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.5 .0"
15
+ source = " git://github.com/hadenlabs/terraform-github-repository.git?ref=0.6 .0"
16
16
name = var. repository_name
17
17
description = var. repository_description
18
18
visibility = " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hadenlabs/terraform-github-repository" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"description" : " terraform-github-repository for hadenlabs" ,
5
5
"repository" : " ssh://git@github.com/hadenlabs/terraform-github-repository.git" ,
6
6
"author" : " Luis Mayta <slovacus@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ usage: |-
58
58
```hcl
59
59
module "main" {
60
60
source = "hadenlabs/repository/github"
61
- version = "0.5 .0"
61
+ version = "0.6 .0"
62
62
63
63
providers = {
64
64
github = github
@@ -77,7 +77,7 @@ usage: |-
77
77
78
78
module "main_with_key" {
79
79
source = "hadenlabs/repository/github"
80
- version = "0.5 .0"
80
+ version = "0.6 .0"
81
81
82
82
providers = {
83
83
github = github
@@ -95,7 +95,7 @@ usage: |-
95
95
96
96
module "main_with_secrets" {
97
97
source = "hadenlabs/repository/github"
98
- version = "0.5 .0"
98
+ version = "0.6 .0"
99
99
100
100
providers = {
101
101
github = github
@@ -112,7 +112,7 @@ usage: |-
112
112
113
113
module "main_with_pages" {
114
114
source = "hadenlabs/repository/github"
115
- version = "0.5 .0"
115
+ version = "0.6 .0"
116
116
117
117
providers = {
118
118
github = github
Original file line number Diff line number Diff line change 2
2
files = package.json provision/generators/README.yaml example/main.tf
3
3
commit = False
4
4
tag = False
5
- current_version = 0.5 .0
5
+ current_version = 0.6 .0
6
6
7
7
[bumpversion:file:setup.cfg]
8
8
search = {current_version}
You can’t perform that action at this time.
0 commit comments