daily-email: fix typo

This commit is contained in:
Oliver Davies 2023-03-11 00:40:22 +00:00
parent 82ca3d2f93
commit c386f4f3c6

View file

@ -9,7 +9,7 @@ permalink: >
# - b
---
Out of the three tools I mentioned in yesterday's email - Ansible, Terraform and Pulimi - I mostly use Pulumi these days for writing automation code.
Of the three tools I mentioned in yesterday's email - Ansible, Terraform and Pulumi - I mostly use Pulumi these days for writing automation code.
Why? As someone who is already familiar with writing code in certain programming languages, I like that I can use those languages to also write automation, avoid learning a domain-specific language, and those existing approaches like functions and classes to make reusable components and resources.