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

CDPCP-9777 - Addendum to fix typo #59

Merged
merged 1 commit into from
Oct 9, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "cdp_environments_aws_environment" "example" {
```

Cloudera provides terraform modules that demonstrate how to use this provider together with the providers maintained by the respective cloud providers.
The modules for creating cloud provider prerequisites and consqutievly deploying CDP on these resources are published in [the Cloudea Labs terraform-cdp-modules GitHub repository](https://github.com/cloudera-labs/terraform-cdp-modules).
The modules for creating cloud provider prerequisites and consecutively deploying CDP on these resources are published in [the Cloudea Labs terraform-cdp-modules GitHub repository](https://github.com/cloudera-labs/terraform-cdp-modules).

Combining the prerequisite and CDP deployment modules in turn allows you to deploy CDP from scratch in a fully automated way. The [CDP quickstart using the Terraform Module for CDP Prerequisites](https://github.com/cloudera-labs/cdp-tf-quickstarts) is an example for how this can be done.

Expand Down