From fbb5fdb50429543b9976f17a52038162a0704121 Mon Sep 17 00:00:00 2001 From: Mateusz Jenek Date: Fri, 8 Mar 2024 15:31:33 +0100 Subject: [PATCH] chore: bump minimum humanitec provider version --- examples/dns/README.md | 4 ++-- examples/dns/providers.tf | 2 +- examples/gcp-pubsub/README.md | 4 ++-- examples/gcp-pubsub/providers.tf | 2 +- examples/gcs/README.md | 4 ++-- examples/gcs/providers.tf | 2 +- examples/mysql/README.md | 4 ++-- examples/mysql/providers.tf | 2 +- examples/postgres/README.md | 4 ++-- examples/postgres/providers.tf | 2 +- examples/redis/basic/README.md | 4 ++-- examples/redis/basic/providers.tf | 2 +- humanitec-resource-defs/dns/basic/README.md | 4 ++-- humanitec-resource-defs/dns/basic/providers.tf | 2 +- .../gcp-iam-policy-binding/basic/README.md | 4 ++-- .../gcp-iam-policy-binding/basic/providers.tf | 2 +- .../gcp-pubsub-subscription/basic/README.md | 4 ++-- .../gcp-pubsub-subscription/basic/providers.tf | 2 +- .../gcp-pubsub-subscription/delegator/README.md | 4 ++-- .../gcp-pubsub-subscription/delegator/providers.tf | 2 +- humanitec-resource-defs/gcp-pubsub-topic/basic/README.md | 4 ++-- humanitec-resource-defs/gcp-pubsub-topic/basic/providers.tf | 2 +- humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md | 4 ++-- .../gcp-pubsub-topic/delegator/providers.tf | 2 +- .../gcp-service-account/workload/README.md | 4 ++-- .../gcp-service-account/workload/providers.tf | 2 +- humanitec-resource-defs/gcs/basic/README.md | 4 ++-- humanitec-resource-defs/gcs/basic/providers.tf | 2 +- humanitec-resource-defs/gcs/delegator/README.md | 4 ++-- humanitec-resource-defs/gcs/delegator/providers.tf | 2 +- humanitec-resource-defs/k8s/service-account/README.md | 4 ++-- humanitec-resource-defs/k8s/service-account/providers.tf | 2 +- humanitec-resource-defs/mysql/basic/README.md | 4 ++-- humanitec-resource-defs/mysql/basic/providers.tf | 2 +- humanitec-resource-defs/postgres/basic/README.md | 4 ++-- humanitec-resource-defs/postgres/basic/providers.tf | 2 +- humanitec-resource-defs/redis/basic/README.md | 4 ++-- humanitec-resource-defs/redis/basic/providers.tf | 2 +- humanitec-resource-defs/workload/service-account/README.md | 4 ++-- humanitec-resource-defs/workload/service-account/providers.tf | 2 +- 40 files changed, 60 insertions(+), 60 deletions(-) diff --git a/examples/dns/README.md b/examples/dns/README.md index fdd59d3..549fff4 100644 --- a/examples/dns/README.md +++ b/examples/dns/README.md @@ -28,13 +28,13 @@ resources: | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/dns/providers.tf b/examples/dns/providers.tf index 53e6404..3fd2e34 100644 --- a/examples/dns/providers.tf +++ b/examples/dns/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/examples/gcp-pubsub/README.md b/examples/gcp-pubsub/README.md index fc8c8ea..df92758 100644 --- a/examples/gcp-pubsub/README.md +++ b/examples/gcp-pubsub/README.md @@ -47,13 +47,13 @@ The workload service account will automatically be assigned the necessary GCP Se | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/gcp-pubsub/providers.tf b/examples/gcp-pubsub/providers.tf index 53e6404..3fd2e34 100644 --- a/examples/gcp-pubsub/providers.tf +++ b/examples/gcp-pubsub/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/examples/gcs/README.md b/examples/gcs/README.md index f277f09..c55b6e4 100644 --- a/examples/gcs/README.md +++ b/examples/gcs/README.md @@ -30,13 +30,13 @@ The workload service account will automatically be assigned the necessary GCP Se | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/gcs/providers.tf b/examples/gcs/providers.tf index 53e6404..3fd2e34 100644 --- a/examples/gcs/providers.tf +++ b/examples/gcs/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/examples/mysql/README.md b/examples/mysql/README.md index de2225f..d1b5d8c 100644 --- a/examples/mysql/README.md +++ b/examples/mysql/README.md @@ -27,14 +27,14 @@ resources: |------|---------| | terraform | >= 1.3.0 | | google | ~> 5.17 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| | google | ~> 5.17 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/mysql/providers.tf b/examples/mysql/providers.tf index e191eb5..220c196 100644 --- a/examples/mysql/providers.tf +++ b/examples/mysql/providers.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/examples/postgres/README.md b/examples/postgres/README.md index 2c42153..17e5bab 100644 --- a/examples/postgres/README.md +++ b/examples/postgres/README.md @@ -27,14 +27,14 @@ resources: |------|---------| | terraform | >= 1.3.0 | | google | ~> 5.17 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| | google | ~> 5.17 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/postgres/providers.tf b/examples/postgres/providers.tf index e191eb5..220c196 100644 --- a/examples/postgres/providers.tf +++ b/examples/postgres/providers.tf @@ -6,7 +6,7 @@ terraform { } humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/examples/redis/basic/README.md b/examples/redis/basic/README.md index 3e67f79..392f956 100644 --- a/examples/redis/basic/README.md +++ b/examples/redis/basic/README.md @@ -26,13 +26,13 @@ resources: | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Modules diff --git a/examples/redis/basic/providers.tf b/examples/redis/basic/providers.tf index 724dbd4..5168a60 100644 --- a/examples/redis/basic/providers.tf +++ b/examples/redis/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/dns/basic/README.md b/humanitec-resource-defs/dns/basic/README.md index fbe945c..9ce420a 100644 --- a/humanitec-resource-defs/dns/basic/README.md +++ b/humanitec-resource-defs/dns/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/dns/basic/providers.tf b/humanitec-resource-defs/dns/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/dns/basic/providers.tf +++ b/humanitec-resource-defs/dns/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-iam-policy-binding/basic/README.md b/humanitec-resource-defs/gcp-iam-policy-binding/basic/README.md index 4e0ba43..f3cfc98 100644 --- a/humanitec-resource-defs/gcp-iam-policy-binding/basic/README.md +++ b/humanitec-resource-defs/gcp-iam-policy-binding/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-iam-policy-binding/basic/providers.tf b/humanitec-resource-defs/gcp-iam-policy-binding/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-iam-policy-binding/basic/providers.tf +++ b/humanitec-resource-defs/gcp-iam-policy-binding/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-pubsub-subscription/basic/README.md b/humanitec-resource-defs/gcp-pubsub-subscription/basic/README.md index f0eedd4..45ce4f8 100644 --- a/humanitec-resource-defs/gcp-pubsub-subscription/basic/README.md +++ b/humanitec-resource-defs/gcp-pubsub-subscription/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-pubsub-subscription/basic/providers.tf b/humanitec-resource-defs/gcp-pubsub-subscription/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-pubsub-subscription/basic/providers.tf +++ b/humanitec-resource-defs/gcp-pubsub-subscription/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-pubsub-subscription/delegator/README.md b/humanitec-resource-defs/gcp-pubsub-subscription/delegator/README.md index c40f217..19a0720 100644 --- a/humanitec-resource-defs/gcp-pubsub-subscription/delegator/README.md +++ b/humanitec-resource-defs/gcp-pubsub-subscription/delegator/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-pubsub-subscription/delegator/providers.tf b/humanitec-resource-defs/gcp-pubsub-subscription/delegator/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-pubsub-subscription/delegator/providers.tf +++ b/humanitec-resource-defs/gcp-pubsub-subscription/delegator/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-pubsub-topic/basic/README.md b/humanitec-resource-defs/gcp-pubsub-topic/basic/README.md index f0eedd4..45ce4f8 100644 --- a/humanitec-resource-defs/gcp-pubsub-topic/basic/README.md +++ b/humanitec-resource-defs/gcp-pubsub-topic/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-pubsub-topic/basic/providers.tf b/humanitec-resource-defs/gcp-pubsub-topic/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-pubsub-topic/basic/providers.tf +++ b/humanitec-resource-defs/gcp-pubsub-topic/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md b/humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md index 6f050ed..13ae322 100644 --- a/humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md +++ b/humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-pubsub-topic/delegator/providers.tf b/humanitec-resource-defs/gcp-pubsub-topic/delegator/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-pubsub-topic/delegator/providers.tf +++ b/humanitec-resource-defs/gcp-pubsub-topic/delegator/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcp-service-account/workload/README.md b/humanitec-resource-defs/gcp-service-account/workload/README.md index 37e4d82..bea8ec8 100644 --- a/humanitec-resource-defs/gcp-service-account/workload/README.md +++ b/humanitec-resource-defs/gcp-service-account/workload/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcp-service-account/workload/providers.tf b/humanitec-resource-defs/gcp-service-account/workload/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcp-service-account/workload/providers.tf +++ b/humanitec-resource-defs/gcp-service-account/workload/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcs/basic/README.md b/humanitec-resource-defs/gcs/basic/README.md index 135f8aa..db9d804 100644 --- a/humanitec-resource-defs/gcs/basic/README.md +++ b/humanitec-resource-defs/gcs/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcs/basic/providers.tf b/humanitec-resource-defs/gcs/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcs/basic/providers.tf +++ b/humanitec-resource-defs/gcs/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/gcs/delegator/README.md b/humanitec-resource-defs/gcs/delegator/README.md index 9271c8a..c12e527 100644 --- a/humanitec-resource-defs/gcs/delegator/README.md +++ b/humanitec-resource-defs/gcs/delegator/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/gcs/delegator/providers.tf b/humanitec-resource-defs/gcs/delegator/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/gcs/delegator/providers.tf +++ b/humanitec-resource-defs/gcs/delegator/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/k8s/service-account/README.md b/humanitec-resource-defs/k8s/service-account/README.md index 74b4bf1..34f56fc 100644 --- a/humanitec-resource-defs/k8s/service-account/README.md +++ b/humanitec-resource-defs/k8s/service-account/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/k8s/service-account/providers.tf b/humanitec-resource-defs/k8s/service-account/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/k8s/service-account/providers.tf +++ b/humanitec-resource-defs/k8s/service-account/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/mysql/basic/README.md b/humanitec-resource-defs/mysql/basic/README.md index 57cb679..747a051 100644 --- a/humanitec-resource-defs/mysql/basic/README.md +++ b/humanitec-resource-defs/mysql/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/mysql/basic/providers.tf b/humanitec-resource-defs/mysql/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/mysql/basic/providers.tf +++ b/humanitec-resource-defs/mysql/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/postgres/basic/README.md b/humanitec-resource-defs/postgres/basic/README.md index 57cb679..747a051 100644 --- a/humanitec-resource-defs/postgres/basic/README.md +++ b/humanitec-resource-defs/postgres/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/postgres/basic/providers.tf b/humanitec-resource-defs/postgres/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/postgres/basic/providers.tf +++ b/humanitec-resource-defs/postgres/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/redis/basic/README.md b/humanitec-resource-defs/redis/basic/README.md index 98d3220..ad73861 100644 --- a/humanitec-resource-defs/redis/basic/README.md +++ b/humanitec-resource-defs/redis/basic/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/redis/basic/providers.tf b/humanitec-resource-defs/redis/basic/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/redis/basic/providers.tf +++ b/humanitec-resource-defs/redis/basic/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } } diff --git a/humanitec-resource-defs/workload/service-account/README.md b/humanitec-resource-defs/workload/service-account/README.md index 74b4bf1..34f56fc 100644 --- a/humanitec-resource-defs/workload/service-account/README.md +++ b/humanitec-resource-defs/workload/service-account/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | terraform | >= 1.3.0 | -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Providers | Name | Version | |------|---------| -| humanitec | ~> 0 | +| humanitec | ~> 1.0 | ## Resources diff --git a/humanitec-resource-defs/workload/service-account/providers.tf b/humanitec-resource-defs/workload/service-account/providers.tf index 86c4fc3..5d76dcf 100644 --- a/humanitec-resource-defs/workload/service-account/providers.tf +++ b/humanitec-resource-defs/workload/service-account/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { humanitec = { source = "humanitec/humanitec" - version = "~> 0" + version = "~> 1.0" } }