Chris Pietschmann
Author

Chris Pietschmann

Chris Pietschmann is a Microsoft MVP (since 2008), HashiCorp Ambassador, IBM Champion and Microsoft Certified Trainer (MCT) with 25+ years of experience designing and building Cloud & Enterprise systems. He has worked with companies of all sizes from startups to large enterprises. He has a passion for technology and sharing what he learns with others to help enable them to learn faster and be more productive.  
Microsoft MVPMicrosoft MCTHashiCorp Ambassador 2025IBM Champion 2026

766 articles 4 books

Linux

Bash: Syntax error: redirection unexpected

If you’ve encountered the error message “Syntax error: redirection unexpected” while running a script in Ubuntu Linux, you’re not alone. This error can be a…

Oct 12, 2023 2 min read
DevOps

How to Perform String Concatenation in Terraform

Terraform is a powerful infrastructure as code (IaC) tool, but even experienced users sometimes encounter challenges with what seems like basic operations. One such operation…

Oct 11, 2023 4 min read
DevOps

Terraform: Convert List to String (join function)

HashiCorp Terraform is a versatile infrastructure-as-code tool that empowers users to define and provision infrastructure resources with ease using a declarative configuration language. While Terraform…

Oct 5, 2023 2 min read
DevOps

Terraform Locals: How, When and Why to use locals

In the ever-evolving landscape of Infrastructure as Code (IaC), Terraform stands tall as one of the leading tools for provisioning and managing cloud resources. Terraform’s…

Sep 25, 2023 5 min read
Azure Data & Storage

Azure Cosmos DB Desktop Data Migration Tool v2.0

The Azure Cosmos DB Desktop Data Migration Tool is a command-line tool that provides data import and export capabilities for using with Azure Cosmos DB.…

Apr 5, 2023 3 min read
DevOps

Terraform State Management Explained

Terraform state management is extremely important with all Terraform projects. State management is the feature that allows you to manage, store, and retrieve the current…

Mar 6, 2023 9 min read