Skip to content

CDK for Terraform template setting up a TypeScript example stack for running Node.js on DigitalOcean

Notifications You must be signed in to change notification settings

ansgarm/cdktf-template-typescript-digitalocean-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CDK for Terraform template for Nodejs service on DigitalOcean

This template for the CDK for Terraform provisions a small infrastructure on DigitalOcean running a sample Node.js service. It demos using multiple stacks to provision a staging and a production environment.

Usage

Prerequisites

You need to have the cdktf-cli and the Terraform CLI installed.

Initalizing a new project

cdktf init --template https://github.com/ansgarm/cdktf-template-typescript-digitalocean-nodejs/archive/refs/heads/main.zip
cdktf get # generates provider bindings for digitalocean Terraform provider
cdktf synth # generates Terraform JSON describing the resources

About

CDK for Terraform template setting up a TypeScript example stack for running Node.js on DigitalOcean

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published