Deploy a webserver vm using Azure CLI and bash scripts (Linux/windows)

                                         Intro Azure cli was another tool I had to try right after passing Az-900 azure certification, because what are certifications for if itโ€™s not to give a little itching to get your hands a little dirty. Thus, az-cli became my third victim after oci-cli and aws-cli. As in my previous cli tutorials, the aim …

Terraform tricks : How to mimic nested variable substitution using locals

Intro                          โ€œDeveloperโ€™s constant urge to use Terraform like a programming language :)โ€ My impression after enjoying my first terraform applys is that it’s kind of rigid, though when someone says Immutable and declarative in the same sentence, you should definitely get that it’s not procedural by design. Therefore,  you canโ€™t expect a bash shell …

Terraform for dummies part 2: Launch an instance with a static website on AWS

Intro This has become a habit so far to explore different ways of automated provisioning for each cloud provider. This time, I will try Terraform on AWS and reproduce the same deployment I have completed on Oracle Cloud, and as usual we wonโ€™t just deploy an instance but also configure a website linked to its …