Skip to content

Commit

Permalink
chore: bump minimum humanitec provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek committed Mar 8, 2024
1 parent e8a4ec0 commit fbb5fdb
Show file tree
Hide file tree
Showing 40 changed files with 60 additions and 60 deletions.
4 changes: 2 additions & 2 deletions examples/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/dns/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/gcp-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-pubsub/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/gcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/gcs/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions examples/redis/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/basic/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/dns/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion humanitec-resource-defs/dns/basic/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/gcp-pubsub-topic/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/gcp-pubsub-topic/delegator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/gcs/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion humanitec-resource-defs/gcs/basic/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/gcs/delegator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion humanitec-resource-defs/gcs/delegator/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
humanitec = {
source = "humanitec/humanitec"
version = "~> 0"
version = "~> 1.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/k8s/service-account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
| Name | Version |
|------|---------|
| terraform | >= 1.3.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Providers

| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |

## Resources

Expand Down
Loading

0 comments on commit fbb5fdb

Please sign in to comment.