Skip to content

Commit

Permalink
Merge pull request #19 from mateuszjenek/bump_minimum_humanitec_terra…
Browse files Browse the repository at this point in the history
…form_provider_version

chore: bump minimum humanitec provider version
  • Loading branch information
mateuszjenek authored Mar 11, 2024
2 parents 1c9da89 + 92d9cc0 commit d4610d9
Show file tree
Hide file tree
Showing 48 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions examples/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,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/mysql/aurora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ resources:
|------|---------|
| terraform | >= 1.3.0 |
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Providers
| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/aurora/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/mysql/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ resources:
|------|---------|
| terraform | >= 1.3.0 |
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Providers
| Name | Version |
|------|---------|
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/basic/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/aurora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ resources:
|------|---------|
| terraform | >= 1.3.0 |
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Providers
| Name | Version |
|------|---------|
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/aurora/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/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ resources:
|------|---------|
| terraform | >= 1.3.0 |
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Providers
| Name | Version |
|------|---------|
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/basic/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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ resources:
|------|---------|
| terraform | >= 1.3.0 |
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Providers
| Name | Version |
|------|---------|
| aws | ~> 5.0 |
| humanitec | ~> 0 |
| humanitec | ~> 1.0 |
## Modules
Expand Down
2 changes: 1 addition & 1 deletion examples/redis/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/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ The workload service account will automatically be assigned the necessary AWS IA
| 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/s3/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/sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ The workload service account will automatically be assigned the necessary AWS IA
| 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/sqs/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
4 changes: 2 additions & 2 deletions humanitec-resource-defs/iam-policy/s3/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/iam-policy/s3/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/iam-policy/sqs/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/iam-policy/sqs/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/iam-role/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
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
2 changes: 1 addition & 1 deletion humanitec-resource-defs/k8s/service-account/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/mysql/aurora/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/mysql/aurora/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"
}
}
required_version = ">= 1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions humanitec-resource-defs/mysql/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
Loading

0 comments on commit d4610d9

Please sign in to comment.