/cdktf-demo

A simple repostitory to demonstrate usage of CDK Terraform

Primary LanguagePythonApache License 2.0Apache-2.0

cdktf

A simple repostitory to demonstrate usage of CDK for Terraform (CDKTF) each folder contains a readme file to demonstrate different usages.

  • cdktf - deploys an ec2 instance using CDKTFin Terraform Cloud.
  • cdktf-app - a service catalog type app that deploys an ec2 instance using python & CDKTF.
  • cdktf-module - deploys a VPC module using CDKTF.
  • cdktf-multi-region - deploys an ec2 instance in different regions.
  • terraform - deploys an ec2 instance using HCL to compare with CDKTF.