Follow Me
Search
Categories
- Azure (65)
- DevOps (24)
- Events/Speaking (49)
- Exams/Awards (12)
- General (1)
- SCSM (112)
- Security (3)
- System Center (without SCSM) (26)
Tag Archives: variables
Terraform – using multiple files for configurations and variables
Welcome back to the third post of the Terraform series. In this post I will cover, how Terraform can merge multiple configuration and variables files into one. This gives you better transparency, flexibility and control for your Terraform-based deployments. Enjoy!
Posted in Azure, DevOps
Tagged azure, IaC, infrastructure as code, multiple files, terraform, variables
4 Comments
Terraform – introducing input variables
In my last Terraform post I talked a little bit about the basics what Terraform is and how it works from ground up. In this post I want to focus on input variables and how they can be used to … Continue reading
Posted in Azure, DevOps
Tagged declarative, descriptive, IaC, infrastructure as code, input, terraform, tf, variables
2 Comments