Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Mar 11, 2020
1 parent 138dd48 commit c0336a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/simple/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Simple Typescript Example

This demonstrates a simple example based on Typescript. For conevnience, the current Terraform AWS provider schema is commited under [./.schema/aws-provider.json](./.schema/aws-provider.json)
This demonstrates a simple example based on Typescript. For convenience, the current Terraform AWS provider schema is commited under [./.schema/aws-provider.json](./.schema/aws-provider.json)

## Getting started

Make sure to run `yarn && yarn build` in the [root directory](../..) of the project

```bash
yarn
terrastack import -i .schema/aws-provider.json
Expand Down

0 comments on commit c0336a3

Please sign in to comment.