Skip to content

Commit c6b1b2c

Browse files
author
Mathieu Benoit
authored
Merge pull request #21 from humanitec-architecture/mathieu-benoit-patch-1
Update provider.tf - bump humanitec min version to 1.0
2 parents 5026f01 + 63357dd commit c6b1b2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Once you are finished with the reference architecture, you can remove all provis
182182
|------|---------|
183183
| terraform | >= 1.3.0 |
184184
| google | ~> 5.1 |
185-
| humanitec | ~> 0.13 |
185+
| humanitec | ~> 1.0 |
186186

187187
### Modules
188188

examples/with-backstage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once you are finished with the reference architecture, you can remove all provis
7575
| terraform | >= 1.3.0 |
7676
| github | ~> 5.38 |
7777
| google | ~> 5.1 |
78-
| humanitec | ~> 0.13 |
78+
| humanitec | ~> 1.0 |
7979
| random | ~> 3.5 |
8080

8181
### Providers
@@ -84,7 +84,7 @@ Once you are finished with the reference architecture, you can remove all provis
8484
|------|---------|
8585
| github | ~> 5.38 |
8686
| google | ~> 5.1 |
87-
| humanitec | ~> 0.13 |
87+
| humanitec | ~> 1.0 |
8888
| random | ~> 3.5 |
8989

9090
### Modules

examples/with-backstage/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
humanitec = {
88
source = "humanitec/humanitec"
9-
version = "~> 0.13"
9+
version = "~> 1.0"
1010
}
1111
github = {
1212
source = "integrations/github"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
humanitec = {
88
source = "humanitec/humanitec"
9-
version = "~> 0.13"
9+
version = "~> 1.0"
1010
}
1111
}
1212
required_version = ">= 1.3.0"

0 commit comments

Comments
 (0)