Skip to content

Commit

Permalink
Update README.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentedel authored Jun 2, 2023
1 parent 7605a3d commit a9e9028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module contains resource files and example variable definition files for cr

## Usage

The [examples](./examples) directory has example AWS Cloud Service Provider deployments for different scenarios:
The [examples](./modules/terraform-cdp-aws-pre-reqs/examples) directory has example AWS Cloud Service Provider deployments for different scenarios:

* `ex01-minimal-inputs` uses the minimum set of inputs for the module.

Expand All @@ -27,10 +27,10 @@ git clone https://github.com/cloudera-labs/terraform-cdp-modules.git
cd terraform-cdp-modules
```

2. Choose one of the deployment types in the [examples](./examples) directory and change to this directory.
2. Choose one of the deployment types in the [examples](./modules/terraform-cdp-aws-pre-reqs/examples) directory and change to this directory.

```bash
cd examples/ex<deployment_type>/
cd modules/terraform-cdp-aws-pre-reqs/examples/ex<deployment_type>/
```

3. Create a `terraform.tfvars` file with variable definitions to run the module. Reference the `terraform.tfvars.sample` file in each example folder to create this file.
Expand Down Expand Up @@ -86,4 +86,4 @@ NOTE - See the [CDP documentation for steps to Generate the API access key](http

## Modules

See [terraform-cdp-aws-prereqs](modules/terraform-cdp-aws-pre-reqs/README.md).
See [terraform-cdp-aws-prereqs](modules/terraform-cdp-aws-pre-reqs/README.md).

0 comments on commit a9e9028

Please sign in to comment.