Skip to content

Latest commit

 

History

History
119 lines (77 loc) · 8.64 KB

README.md

File metadata and controls

119 lines (77 loc) · 8.64 KB

Various links to most of my Terraform, AWS, and DevOps projects

Social links

  1. Primary blog - antonbabenko.com - not very active
  2. Blog - medium.com - not very active
  3. Company - betajob.com
  4. AWS Community Hero profile
  5. Github
  6. Linkedin
  7. Twitter: @antonbabenko, @weeklytf, @modulestf
  8. Slideshare - many slide decks of my talks

Like what I do? There are several ways to support me!

  1. GitHub Sponsors - recommended way
  2. Open Collective
  3. Buy me a coffee
  4. Paypal
  5. Patreon

GitHub Sponsors

Contact me, if you want to sponsor the development of the open-source projects or any media projects listed below.

Media projects

Weekly live streams on YouTube with reviews, interviews, Q&A, live coding, and some hacking with Terraform. Stats (June 2024): 9.1K+ subscribers.

youtube_cover

Playlists:

  1. Terraform tools reviews
  2. Terraform live coding

Weekly newsletter with updates from the Terraform world - blog posts, open-source projects, announcements, discussions. Stats (June 2024): 7K+ subscribers, 176 newsletters.

Use Google to search in the previous newsletters.

Utilities

  1. pre-commit-terraform - keep Terraform and Terragrunt code in a good shape (validate, format, document, security checks, cost estimation, and more).
  2. terraform-cost-estimation - anonymized, secure, and free Terraform cost estimation based on Terraform plan (0.12+) or Terraform state (any version). Also, available from the browser - terraform-cost-estimation.com
  3. awsp - AWS credential profile changer.

Big projects

compliance.tf - Making your Terraform modules compliance-ready

Fix audit gaps in advance using SOC2, PCI DSS, HIPAA, and CIS compliance-ready Terraform configurations.

serverless.tf - Doing serverless with Terraform

serverless.tf framework aims to provide information, solutions, and tools for building, deploying, and managing serverless applications and infrastructure using Terraform. Read more about "What? Why? How?" at antonbabenko/serverless.tf.

modules.tf - Visual Studio Code extension for Terraform

Boost developer productivity when working with Terraform — semantic highlighting, autocomplete, and diagnostics should be just a beginning.

Open-source collection of more than 60 Terraform AWS modules managed by the community for most popular AWS services with examples and documentation. These modules were downloaded more than 1 billion times from Terraform Registry.

terraform-best-practices.com - Terraform Best Practices (free ebook).

Available translations:

See also terraform-best-practices-workshop repository for hands-on materials.

Small projects, code from my talks

  1. May 2020 - Terragrunt Reference Architecture.
  2. February 2020 - Code for the talk "Manage any AWS resource with Terraform".
  3. Make your terragrunt output useful - shell alias which cut useless parts of Terragrunt output.

Abandoned and incomplete projects

  1. Diagrams to code (d2c) - Infrastructure as code generator - from visual diagrams created with Cloudcraft.co to Terraform - Source and Terraform infrastructure configurations built using serverless.tf framework. Sample code produced by D2C tool. Not available via cloudcraft.co for new accounts since June 2022.
  2. tfvars-annotations - Update values in terraform.tfvars using annotations
  3. terrapin - Terraform module generator
  4. terrible - Let's orchestrate Terraform configuration files with Ansible! Terrible idea! :)
  5. terraform-docs-as-pdf - for people who like PDFs or work offline.

Remember to watch, star and share this repository with your network!