gautambaghel / cdktf-demo

A simple repostitory to demonstrate usage of CDK Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple repostitory to demonstrate usage of CDK Terraform

License:Apache License 2.0


Languages

Language:Python 96.2%Language:HCL 3.8%