tooxie / terraform-workshop

Code for a terraform workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-workshop

Code for the terraform workshop. In this workshop you will see how to:

  • Create provider
  • Create a repository in CodeCommit
  • Create an ec2 instance
  • Abstract instace creation to a module
  • Import existing infrastructure
  • Add type to module
  • Make type a map
  • Use terraform outputs
  • Use conditional values
  • How to deploy a lambda function

About

Code for a terraform workshop


Languages

Language:HCL 67.8%Language:Python 32.2%