HashiCorp Terraform is a powerful Infrastructure as Code (IaC) tool for managing resources both in the cloud and on-premises. The first command that...
Category
DevOps / SRE
The Power of DevOps in Software Development
DevOps is an approach to software development that has been gaining a lot of attention in recent years. It's a method that brings together...
Terraform Configuration: Overview of HCL Syntax
HashiCorp Terraform is an open-source infrastructure as code (IaC) tool that enables organizations to manage, version, and automate the provisioning...
Top 12 Most In-demand IT Jobs (DevOps, SRE, and More)
Figuring out a career path in IT (or the technology industry) can be confusing. Right now, the DevOps Engineer and Site Reliability Engineer (SRE)...
Get Started with Terraform on Azure
One of the technologies that has come around through the DevOps movement of increased communication and cooperation between the Development and Operations teams has been Infrastructure as Code (IaC). These are technologies that DevOps Engineers and Site Reliability Engineers (SREs) have been adopting to build the latest technique of infrastructure automation in the cloud. Microsoft Azure natively supports ARM Templates for implementing IaC, but that’s an Azure specific technology.
Terraform: Deploy to Multiple AWS Accounts in Single Project
Generally, when using HashiCorp Terraform to deploy and manage Amazon AWS resources, the Terraform project will be working with AWS resources in...
Terraform: Code Project Organization Strategies (based on team, workload, or monolithic)
It's easy to get started writing HashiCorp Terraform code to deploy and manage the infrastructure as code (IaC) for a single project, or even the...
Terraform: Import Existing Azure Resource Group
If you find yourself with an existing Azure Resource Group that you need to import into a Terraform project, you can use the terraform import...
Best Practices: 7 Key Benefits of Automated Infrastructure Deployment
The automation of infrastructure deployments through the use of Infrastructure as Code (IaC) tools has become a standard best practice in the...
Azure Bicep: If/Else Conditional Resource and Module Deployment
Azure Bicep has an inline If/Else conditional expression that can be used to conditionally provision an Azure Resource or even a full Azure Bicep...
Comparison: Terraform vs Azure Bicep
HashiCorp Terraform and Azure Bicep are both declarative Infrastructure as Code (IaC) tools for provisioning and managing infrastructure in the...
Terraform: Destroy Infrastructure
There are reasons when specific infrastructure is no longer needed. When that infrastructure is managed trough HashiCorp Terraform, the terraform...
What is a Site Reliability Engineer (SRE)?
A Site Reliability Engineer, or SRE, is an engineering discipline that focuses on the availability, performance, and reliability of systems and...
How to become a Site Reliability Engineer (SRE)
To be a Site Reliability Engineer (SRE), it is helpful to have a strong background as either an IT Pro or Developer. Knowledge of programming...
Install Terraform on Windows for use in Command Prompt and PowerShell
Terraform from HashiCorp is provided as a command-line tool that must first be installed before it can be used. It's provided as a single executable...
Future Benefits of using AI as a Site Reliability Engineer with insight from ChatGPT
Artificial Intelligence (AI) has the potential to greatly assist Site Reliability Engineers (SREs), or even DevOps Engineers, in a number of ways....
Terraform: Import Existing Azure Resources into State (.tfstate)
The way HashiCorp Terraform keeps track of resources that are managed via the Terraform code is through the use the Terraform State (.tfstate) file....
Terraform: Organize Locals / Local Values
Terraform local values (aka locals) enable the creation of expressions or values that can be easily referenced within the Terraform project or...
GitHub Certifications (Actions, Admin and Security) for Azure Partners
There have been some in the community talking about new GitHub Certifications that are currently in a private beta available to Microsoft Partners...
Azure Bicep: Deploy Azure Bastion into Virtual Network
Azure Bastion is the more secure way to enable Remote Desktop (RDP) support for Azure Virtual Machines (VMs). Basically, an Azure Bastion host gets...