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

Latest commit

 

History

History

simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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