Skip to content

Commit

Permalink
Merge pull request #21 from humanitec-architecture/mathieu-benoit-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update provider.tf - bump humanitec min version to 1.0
  • Loading branch information
mathieu-benoit authored Mar 11, 2024
2 parents 5026f01 + 63357dd commit c6b1b2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Once you are finished with the reference architecture, you can remove all provis
|------|---------|
| terraform | >= 1.3.0 |
| google | ~> 5.1 |
| humanitec | ~> 0.13 |
| humanitec | ~> 1.0 |

### Modules

Expand Down
4 changes: 2 additions & 2 deletions examples/with-backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Once you are finished with the reference architecture, you can remove all provis
| terraform | >= 1.3.0 |
| github | ~> 5.38 |
| google | ~> 5.1 |
| humanitec | ~> 0.13 |
| humanitec | ~> 1.0 |
| random | ~> 3.5 |

### Providers
Expand All @@ -84,7 +84,7 @@ Once you are finished with the reference architecture, you can remove all provis
|------|---------|
| github | ~> 5.38 |
| google | ~> 5.1 |
| humanitec | ~> 0.13 |
| humanitec | ~> 1.0 |
| random | ~> 3.5 |

### Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/with-backstage/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0.13"
version = "~> 1.0"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0.13"
version = "~> 1.0"
}
}
required_version = ">= 1.3.0"
Expand Down

0 comments on commit c6b1b2c

Please sign in to comment.