diff --git a/README.md b/README.md index 753df629..0e195466 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/with-backstage/README.md b/examples/with-backstage/README.md index d627b0d9..28541e5d 100644 --- a/examples/with-backstage/README.md +++ b/examples/with-backstage/README.md @@ -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 @@ -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 diff --git a/examples/with-backstage/provider.tf b/examples/with-backstage/provider.tf index b2d20d2e..302cf23c 100644 --- a/examples/with-backstage/provider.tf +++ b/examples/with-backstage/provider.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0.13" + version = "~> 1.0" } github = { source = "integrations/github" diff --git a/main.tf b/main.tf index 13ff3a85..9b7eb99c 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0.13" + version = "~> 1.0" } } required_version = ">= 1.3.0"