Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 494 Bytes

Readme.md

File metadata and controls

18 lines (14 loc) · 494 Bytes

Simple Typescript Example

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

Getting started

Make sure to run yarn && yarn build in the root directory of the project

yarn
terrastack import -i .schema/aws-provider.json
yarn build
node stacks/simple.js
cat dist/mys3bucketstack.tf.json
cd dist
terraform init
terraform plan