Flavius Dinu
Flavius Dinu - Tech Blog

Flavius Dinu - Tech Blog

Follow
homebadgesnewsletter
Tag

Terraform

#terraform

More content

Read more stories on Hashnode


Articles with this tag

Terraform Optional Object Type Attributes

Nov 13, 20224 min read

If you read my previous posts, you already know that I am big fan of using for_each and object variables when I'm building my modules. For quite some...

Terraform Optional Object Type Attributes

🚀 Spacelift to the moon 🚀

Nov 3, 20224 min read

I’ve accidentally ran into Spacelift and I’m so happy I did. To be honest, I’ve never been a big fan of tools on top of IaC, but this is something...

🚀 Spacelift to the moon 🚀

[Github Actions] Pipelines for Terraform

Nov 2, 20223 min read

As I’ve stated in other posts I’ve done here, I am a big fan of Github Actions. I really like the simplicity of it and how easily you can build...

[Github Actions] Pipelines for Terraform

Hashicorp Terraform Associate Certification Tips

Sep 8, 20224 min read

I won’t lie, I haven’t studied at all for this certification because I presumed my six years of experience with Terraform should be enough. One day, I...

Hashicorp Terraform Associate Certification Tips

Reasons to consider Terraform Cloud

Sep 2, 20225 min read

When Hashicorp introduced Terraform Cloud, I was already accustomed to Oracle’s Resource Manager offering and even though I was a not a big fan of...

Reasons to consider Terraform Cloud

Building reusable Terraform Modules — Part 2

Aug 31, 202212 min read

In the first part, I’ve talked about the best practices and I’ve shown a glimpse on how things can be done. Right now, I want to focus on building two...

Building reusable Terraform Modules — Part 2