Skip to content

rduffield/infra

 
 

Repository files navigation

Infra

This repository holds Terraform code to create our infrastructure. As Hashicorp Configuration Language is an abomination that humans should not have to touch, we use the Typescript CDK incarnation of Terraform so that we can use a reasonable programming language to structure code.

Development

make dev should set everything up. If you have entr installed, then running make watch in a terminal will do the right thing on save (compile your code, run a plan action). npx cdktf invokes the CLI.

Deployment

  • There is an asdf-vm .tool-versions file which is the recommended version of terraform cli to be used
  • npx cdktf deploy does All The Things. main.ts contains configuration per ENVIRONMENT_TAG, if you unset it you should get your own environment with your name in it (dev-john for example).

Other resources

  • We use Image Builder to build AMIs. Currently only one pipeline up North.

  • You can use pretty much everything in the standard AWS Module, just Typescriptify it. The directory .gen/providers/aws has the Typescript definitions for everything. Adding other modules is pretty simple.

  • Code, docs, examples can be found in the official Terraform CDK repository.

  • Instance created use EC2 Instance Connect for ssh logins. Documentation here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • Elixir 16.7%
  • HCL 15.2%
  • Shell 3.2%
  • Makefile 1.7%
  • JavaScript 1.5%
  • Other 0.6%