Skip to content

Commit

Permalink
Update CDP provider constraint to use version 0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright committed Oct 3, 2024
1 parent 1cf2a81 commit 9ca75e4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "0.6.1"
version = ">= 0.6.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "0.6.1"
version = ">= 0.6.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "0.6.1"
version = ">= 0.6.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-cdp-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In each directory an example `terraform.tfvars.sample` values file is included t
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_cdp"></a> [cdp](#requirement\_cdp) | ~> 0.6.1 |
| <a name="requirement_cdp"></a> [cdp](#requirement\_cdp) | >= 0.6.1 |

## Providers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-cdp-deploy/modules/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-cdp-deploy/modules/azure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-cdp-deploy/modules/gcp/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-cdp-deploy/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
cdp = {
source = "cloudera/cdp"
version = "~> 0.6.1"
version = ">= 0.6.1"
}
}

Expand Down

0 comments on commit 9ca75e4

Please sign in to comment.