Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Why do certs?

04 Sep 2022 »

Any

  • have a broader view of the technology one is studying
    • limitations
    • which use cases does it fit in

Terraform.

  • Hashicorp recommendations
  • caution
    • know that state file can store sensitive information
    • multiple users attemps to run a terraform apply
      • depending on the backend. the state file might be corrupted
  • best practices
    • folder structure
    • modules
    • workspaces
  • full ecosystem
    • terraform vault
    • terraform consul
    • terraform sentinel

know the best practices