Skip to content

Commit 3a6331e

Browse files
author
Mathieu Benoit
authored
Merge pull request #18 from humanitec-architecture/mathieu-benoit-patch-1
Update provider.tf - bump humanitec min version to 1.0
2 parents 2745a71 + ac8713c commit 3a6331e

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
@@ -184,7 +184,7 @@ Once you are finished with the reference architecture, you can remove all provis
184184
|------|---------|
185185
| terraform | >= 1.3.0 |
186186
| aws | ~> 5.17 |
187-
| humanitec | ~> 0.13 |
187+
| humanitec | ~> 1.0 |
188188

189189
### Modules
190190

examples/with-backstage/README.md

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

8080
### Providers
8181

8282
| Name | Version |
8383
|------|---------|
8484
| aws | ~> 5.17 |
8585
| github | ~> 5.38 |
86-
| humanitec | ~> 0.13 |
86+
| humanitec | ~> 1.0 |
8787

8888
### Modules
8989

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
@@ -7,7 +7,7 @@ terraform {
77
}
88
humanitec = {
99
source = "humanitec/humanitec"
10-
version = "~> 0.13"
10+
version = "~> 1.0"
1111
}
1212
}
1313
required_version = ">= 1.3.0"

0 commit comments

Comments
 (0)