diff --git a/README.md b/README.md index 39d7e49..76e961b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/with-backstage/README.md b/examples/with-backstage/README.md index 844d793..1a29fdf 100644 --- a/examples/with-backstage/README.md +++ b/examples/with-backstage/README.md @@ -87,7 +87,7 @@ 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 @@ -95,7 +95,7 @@ Once you are finished with the reference architecture, you can remove all provis |------|---------| | Azure | ~> 5.17 | | github | ~> 5.38 | -| humanitec | ~> 0.13 | +| humanitec | ~> 1.0 | ### Modules diff --git a/examples/with-backstage/provider.tf b/examples/with-backstage/provider.tf index 49646ee..30712f9 100644 --- a/examples/with-backstage/provider.tf +++ b/examples/with-backstage/provider.tf @@ -22,7 +22,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/main.tf b/main.tf index ffd3d8d..8f6a97b 100644 --- a/main.tf +++ b/main.tf @@ -19,7 +19,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } kubernetes = { source = "hashicorp/kubernetes" diff --git a/modules/base/README.md b/modules/base/README.md index f1c0375..b1ddd97 100644 --- a/modules/base/README.md +++ b/modules/base/README.md @@ -12,7 +12,7 @@ Module that provides the reference architecture. | [azuread](#requirement\_azuread) | ~> 2.47 | | [azurerm](#requirement\_azurerm) | ~> 3.87 | | [helm](#requirement\_helm) | ~> 2.12 | -| [humanitec](#requirement\_humanitec) | ~> 0 | +| [humanitec](#requirement\_humanitec) | ~> 1.0 | | [random](#requirement\_random) | ~> 3.5 | ## Providers @@ -22,7 +22,7 @@ Module that provides the reference architecture. | [azuread](#provider\_azuread) | ~> 2.47 | | [azurerm](#provider\_azurerm) | ~> 3.87 | | [helm](#provider\_helm) | ~> 2.12 | -| [humanitec](#provider\_humanitec) | ~> 0 | +| [humanitec](#provider\_humanitec) | ~> 1.0 | | [random](#provider\_random) | ~> 3.5 | ## Modules diff --git a/modules/base/providers.tf b/modules/base/providers.tf index 48e3d1d..6e4c909 100644 --- a/modules/base/providers.tf +++ b/modules/base/providers.tf @@ -18,7 +18,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } random = { source = "hashicorp/random"