/terraform-workshop

Code for a terraform workshop

Primary LanguageHCL

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