@danibish
Devops Engineer
Nothing here yet.
Nothing here yet.
Introduction This blog can be useful by itself if you already have terraform code to integrate into a pipeline, but it is also a follow up from the previous tutorial, where we setup an EKS cluster using terraform and S3 for the backend of terraform s...

Sometimes terraform dependency tree is a lifesaver, but sometimes we know better, and we want to delete that RG no matter what. Add this to the provider block and be happy. provider "azurerm" { features { resource_group { prevent_deletio...

When using infrastructure as code with a windows server virtual machine, changing the parameters or variables regarding the os_disk_size or data_disk_size is not enough. It is necessary to tell the machine to expand or format the disks, which could b...
