Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump minimum humanitec provider version #12

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading