Skip to content

Commit

Permalink
Update docs/working-with-cdk-for-terraform/using-providers-and-module…
Browse files Browse the repository at this point in the history
…s.md

Co-authored-by: Anubhav Mishra <[email protected]>
  • Loading branch information
skorfmann and anubhavmishra authored Aug 21, 2020
1 parent dfa0f6a commit a620a2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ e.g. in Typescript / Node:
npm install -a @cdktf/provider-aws
```

## Build Providers and Modules
## Importing Providers and Modules

CDK for Terraform allows you to import Terraform [providers](https://www.terraform.io/docs/providers/index.html) and [modules](https://www.terraform.io/docs/modules/index.html) to your project
using this workflow.
Expand Down Expand Up @@ -205,4 +205,4 @@ cdktf synth --json
}
}

```
```

0 comments on commit a620a2d

Please sign in to comment.