Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IaC with terraform

Arqconf
March 28, 2019

IaC with terraform

En esta ocasión Marcos nos comparte su experiencia utilizando terraform como principal herramienta en la definición de infraestructura como código.

Arqconf

March 28, 2019
Tweet

More Decks by Arqconf

Other Decks in Technology

Transcript

  1. 2 … @me Marcos Nils Lilljedahl (@marcosnils) Head of Infra

    @ iúnigo, OS Developer, consultant & trainer - Ing. en sistemas / MoIT - OSS & Golang - Docker Captain - Container junkie - Active projects: Jedis, Vault, Goblin, dynamodb-filters, play-with-docker (and probably more) - crossfit, asado, mate, sailing, drinks & food.
  2. 4

  3. 20 … Caveats - Weird errors - Provider issues -

    No step through execution - Rapid Change - State Corruption
  4. 22 … General BP • Review plan before apply •

    Save plan to file and apply from it • Terraform fmt • Enable bucket versioning (s3) • Using --target • Keep too many resources in one dir • Keep secrets unencrypted • Build unnecesary modules