Skip to content

Commit

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

Update main.tf - humanitec 1.0
  • Loading branch information
mathieu-benoit authored Mar 11, 2024
2 parents bd87f96 + dd9fb81 commit 7ce258b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Once you are finished with the reference architecture, you can remove all provis
| azuread | ~> 2.47 |
| azurerm | ~> 3.87 |
| helm | ~> 2.12 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
| kubernetes | ~> 2.25 |

### 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 @@ -87,15 +87,15 @@ Once you are finished with the reference architecture, you can remove all provis
| terraform | >= 1.3.0 |
| Azure | ~> 5.17 |
| github | ~> 5.38 |
| humanitec | ~> 0.13 |
| humanitec | ~> 1.0 |

### Providers

| Name | Version |
|------|---------|
| Azure | ~> 5.17 |
| github | ~> 5.38 |
| humanitec | ~> 0.13 |
| humanitec | ~> 1.0 |

### 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 @@ -22,7 +22,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions modules/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Module that provides the reference architecture.
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | ~> 2.47 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.87 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | ~> 2.12 |
| <a name="requirement_humanitec"></a> [humanitec](#requirement\_humanitec) | ~> 0 |
| <a name="requirement_humanitec"></a> [humanitec](#requirement\_humanitec) | ~> 1.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5 |

## Providers
Expand All @@ -22,7 +22,7 @@ Module that provides the reference architecture.
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | ~> 2.47 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.87 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | ~> 2.12 |
| <a name="provider_humanitec"></a> [humanitec](#provider\_humanitec) | ~> 0 |
| <a name="provider_humanitec"></a> [humanitec](#provider\_humanitec) | ~> 1.0 |
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.5 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/base/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 7ce258b

Please sign in to comment.