Skip to content

Commit

Permalink
Updated Terraform Provider for CDP namespace to cloudera/cdp
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgaspar authored Jul 20, 2023
1 parent 7185cc1 commit ccd370d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/terraform-cdp-aws-pre-reqs/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
version = "3.2.1"
}
cdp = {
source = "cloudera-labs/cdp"
source = "cloudera/cdp"
version = "0.1.3-pre"
}
random = {
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 @@ -15,7 +15,7 @@
terraform {
required_providers {
cdp = {
source = "cloudera-labs/cdp"
source = "cloudera/cdp"
version = "0.1.3-pre"
}

Expand Down

0 comments on commit ccd370d

Please sign in to comment.