State Encryption with OpenTofu
A guide to encrypting state data and plan files using the new encryption feature in OpenTofu 1.7, covering its purpose and implementation.
Ned Bellavance — Veteran IT professional and founder of Ned in the Cloud, creating courses, podcasts, and technical content on cloud and infrastructure.
209 articles from this blog
A guide to encrypting state data and plan files using the new encryption feature in OpenTofu 1.7, covering its purpose and implementation.
A guide exploring the reasons, benefits, and process of migrating from Terraform to the open-source fork, OpenTofu.
Explains how to use new provider-defined functions in Terraform 1.8, including syntax and examples like AWS's arn_parse.
Explores new variable validation capabilities in Terraform 1.9, allowing dynamic checks using other variables and resources.
Analysis of Pluralsight's financial struggles after its leveraged buyout by Vista Equity Partners, critiquing private equity's impact on tech companies.
Guide to setting up a self-hosted Azure DevOps pipeline agent using Azure Container Instances to bypass free-tier parallelism limits.
A guide to setting up a version-controlled Terraform repository using git, covering basic concepts and best practices for infrastructure as code.
A comparison of OpenTofu and Terraform, focusing on feature parity, licensing differences, and migration considerations for Infrastructure as Code.
Explains why the Terraform taint command is problematic and suggests better alternatives for managing infrastructure.
Blog author details migrating his WordPress site to a static Hugo site on Netlify for improved speed, cost, and workflow.
Overview of the Terraform Certified Associate exam update to version 003, covering key changes and study guidance.
A tutorial on setting up a comprehensive Kubernetes monitoring stack using Prometheus, Grafana, and the Robusta platform.
Introducing Terraform Cloud Projects, a new hierarchical structure for organizing and managing workspaces with improved permission inheritance.
A tech professional outlines his 2023 goals for YouTube, podcasts, and Pluralsight courses, focusing on Terraform, cloud content, and growth metrics.
A cloud consultant's 2022 year-end review, focusing on technical education efforts, YouTube channel growth, and lessons learned in Terraform content creation.
A critical analysis of AWS re:Invent 2022, questioning AWS's innovation and discussing the shift from cloud primitives to open-source platforms.
A critical analysis of the term 'Supercloud', examining its origins, evolving usage, and its place in tech marketing buzzword culture.
Explains how to use the new optional arguments feature in Terraform 1.3 for defining flexible input variables with type constraints.
Explains why Terraform's nonsensitive() function fails when trying to output a sensitive value stored inside a list from a conditional resource.
Guide on using OIDC authentication with Terraform's AzureRM backend to secure GitHub Actions workflows and manage storage permissions.