Tag Archives: hashicorp

The live stream recording “Terraform basics for Microsoft Azure” is now available!

Some days ago I did a live stream to talk about infrastructure-as-code and Terraform basics. The goal was to give beginners a quick introduction why infrastructure-as-code makes sense and how Terraform works in it’s very basics.

Posted in Azure, DevOps | Tagged , , , , , , , , | Leave a comment

2 free Infrastructure-as-Code Live Streams!

A while ago I announced a new infrastructure-as-code live stream. The idea was to give interested persons a kickstart how to use common tools and procedures they can use on Azure, either with ARM templates or Terraform. The poll results … Continue reading

Posted in Azure, DevOps, Events/Speaking | Tagged , , , , , , , , | Leave a comment

Using the Terraform Cloud with multiple Workspaces

In 2019, Hashicorp announced their very own Terraform Cloud. It allows you to manage state remotely, allows the remote execution of plan, apply and destroy tasks and supports integration with common version control systems to manage your code (and some … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , , , , , , | Leave a comment

Using Terraform Cloud Remote State Management – a quick introduction

Some days ago Hashicorp announced the availability of the free-to-use collaboration features in the Terraform cloud. This allows individuals and teams to easily store state information in the cloud and make it accessible from anywhere.

Posted in Azure, DevOps | Tagged , , , , , , , | 1 Comment

Terraform – a first introduction

Infrastructure as code is very popular for some time already. When talking about deploying infrastructure or application components to Microsoft Azure as code, then the Azure Resource Manager (ARM) will come to your attention. ARM manages resources that live in … Continue reading

Posted in Azure, DevOps | Tagged , , , , , , , | 2 Comments