Terraform - the Defacto Tool for Infrastructure Provisioning

Terraform - the Defacto Tool for Infrastructure Provisioning

Table of Contents

In this introduction session by Haggai Philip Zagury, DevOps Architect from Tikal, we will learn Terraform basics, starting from the basics to modules and some small tips and tricks you pick-up along the way.

Terraform basics + HCL Terraform and AWS Doing “basic stuff” with Terraform Working with existing (old/manual) infrastructure - Importing infrastructure Using Modules and Keeping D.R.Y Working with terraform states & locks

Repo - https://www.tikalk.com/posts/2019/07/

Video


Presntation slides

comments powered by Disqus

Related Posts

DevPod - lightning talk

DevPod - lightning talk

This is a brief of a tech talk about the DevPod project. It was part of out DevOps teck forum which meets every 2 weeks. This tool helped me isolate environment for my projects and make it easier to share with my team, henced shared this with you guys.

Read More

Why blog in 2024 ? | A Reflection on Diversity of thought and the Power of anecdotes

TLDR — Some insights to what’s on my mind professionally and some anecdotes on the why & what I am going to deal with in 2024, + reachout for collaboration.

Read More
12-factor application principles and How to build by-them

12-factor application principles and How to build by-them

  1. Codebase
  2. Dependencies
  3. Config
  4. Backing services
  5. Build, release, run
  6. Processes
  7. Port binding
  8. Concurrency
  9. Disposability
  10. Dev/prod parity
  11. Logs
  12. Admin processes

These 12 principles are the core of application which are designed to as a service, or as it’s known for in short SaaS.

Read More