Search

Tag: terraform

View:
Brandon Lee
  • Brandon Lee
  • December 16, 2021

Bicep vs Terraform

Business needs and exceedingly rapid data growth require further infrastructure automation. Manual processes simply can’t keep up. IaC solutions leverage public cloud to describe and provide your infrastructure resources in code blocks. IaC increases app deployment speed, improves consistency, decreases human errors, reduces configuration drift and infrastructure development cost.
Read more
Florent Appointaire
  • Florent Appointaire
  • September 12, 2019

[Azure] Execute commands in a VM through Terraform

There isn’t really much to say about Terraform and ways it can help you manage your environment that hasn’t been already said. However, highlighting its features does not limit to deploying resources in Azure or storing passwords for security measures. Time to find out how your working process can reach more efficiency!
Read more
Florent Appointaire
  • Florent Appointaire
  • August 1, 2019

[Azure] Get a value in a Keyvault with Terraform

By default, if you want to deploy a VM on Azure with Terraform, you must give the username and password in clear in the variable file (see my previous article). But a solution exists, to secure all this. Just use an Azure Keyvault.
Read more
Florent Appointaire
  • Florent Appointaire
  • July 30, 2019

[Azure] Deploy resources with Terraform

Currently, we are speaking a lot about IaC, Infrastructure as Code. That gives you the opportunity, to deploy an infrastructure, from 0, with code, without being a great developer (I assure you, me and the code, it’s not a great love story).
Read more
Florent Appointaire
  • Florent Appointaire
  • April 11, 2019

[Azure DevOps] Terraform deployment with Azure DevOps – Part 2

Everything that needs to be said about the importance of project management automatization and workflow organization has already been said. You have learned how to create your first Azure DevOps build with a Terraform file, so now it is time to finally learn how to automatize your Terraform resource deployment with Azure DevOps.
Read more
Florent Appointaire
  • Florent Appointaire
  • April 9, 2019

[Azure DevOps] Terraform deployment with Azure DevOps – Part 1

Project management and automatized workflow are the milestones of any business, but small companies often have neither resources nor the experience to build them from scratch. That is when Azure DevOps enters the scene! This guide lets Terraform users learn how to optimize their workflow with Azure.
Read more