Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Open Source

⚑ Report a Problem

Latest Open Source news from Tech News

All topics AI agents ai api architecture automation aws beginners career claude database devchallenge devops discuss javascript linux llm machinelearning mcp opensource performance productivity programming python rust security showdev tutorial typescript webdev
All EN RU
EN

How to Start Your Google Cloud from the Right Foot

Setting up a GCP landing zone from scratch — a step-by-step approach for DevOps engineers new to GCP. Let's consider a familiar situation: a company h…

googleclouddevopsterraformstartup
Dev.to Apr 29, 2026, 05:51 UTC
EN

Serverless Data Processing: Azure CosmoDB, Azure Functions, and Azure Service Bus

1. Introduction An event-driven architecture using Azure Cosmos DB, Azure Functions, and Azure Service Bus is the enterprise standard for designing hi…

azurecosmosdbterraformazureservicebus
Dev.to Apr 29, 2026, 03:00 UTC
EN

Building a Terraform Module Scaffold with structkit

Building a Terraform Module Scaffold with structkit Target: dev.to, /r/devops, /r/Terraform | SEO: terraform module template generator, infrastructure…

terraformdevopsiacopensource
Dev.to Apr 28, 2026, 16:11 UTC
EN

HCP Terraform's free tier is gone - what AWS teams should actually do next

When the HashiCorp BSL licence change landed in August 2023, we thought "HashiCorp won't do anything too aggressive - they need the community too much…

terraforminfrastructureawsdevops
Dev.to Apr 26, 2026, 01:36 UTC
EN

CloudFormation Diagram Generator — Visualize AWS Templates Instantly

InfraSketch now supports CloudFormation. Paste a CloudFormation YAML or JSON template — including all the !Ref , !GetAtt , and !Sub shorthand you're u…

cloudformationdevopsawsterraform
Dev.to Apr 24, 2026, 22:02 UTC
EN

Looking for feedback on a small OpenTofu repo

I’ve been putting together a small OpenTofu repo for AWS and OpenStack VM/networking workflows. It’s still early, but before I spend more time buildin…

awsopenstackdevopsterraform
Dev.to Apr 23, 2026, 20:23 UTC
EN

why you need hcl-linter?

Why You Need hcl-linter? If you've worked with HCL (HashiCorp Configuration Language) in Terraform or Terragrunt, you know the pain: formatting debate…

terraformterragruntdevopshcl
Dev.to Apr 23, 2026, 06:36 UTC
EN

I shipped a DevSecOps tool in 2026 with zero LLM calls. On purpose. I think determinism still wins.

Let me get one thing out of the way before the comments section catches fire. I am not a luddite. I use AI all day. This article was outlined in Curso…

devopsterraformazureaws
Dev.to Apr 22, 2026, 18:24 UTC
EN

Terraform 1.14 — The Complete Guide to List Resources (.tfquery.hcl), Actions Block, and `terraform query`: IaC's First Paradigm Shift in 5 Years

On November 19, 2025, HashiCorp shipped Terraform v1.14.0 , and on April 20, 2026 they released the v1.14.9 patch that fixes a Stacks plugin installat…

terraformdevopscloudaws
Dev.to Apr 22, 2026, 01:15 UTC
EN

Fine-tuning My Terraform Exam Prep with Practice Exams

Four Exams. 228 Questions. One Clear Picture. Day 29 of the 30-Day Terraform Challenge — and today I did something that felt excessive. Two more pract…

terraformawspracticeexam
Dev.to Apr 21, 2026, 17:18 UTC
EN

Building an (Actually) Serverless Private Terraform Registry on AWS

TL;DR I wrote a TF module to deploy a fully serverless Terraform registry on AWS for under $0.50/month. The registry also implements token-based authe…

terraformawsdevopsserverless
Dev.to Apr 20, 2026, 22:37 UTC
EN

Building Production-Grade Observability with Terraform

From Deployment to Visibility: Observability in Action 🚀 As part of my 30 Days of AWS Terraform challenge , Day 23 marked a crucial milestone — shifti…

terraformclouddevopsaws
Dev.to Apr 20, 2026, 06:23 UTC
EN

terraform test: The Built-in Terraform Module Testing Framework, No Go Required

Originally published at recca0120.github.io You've written a Terraform module. How do you verify the variable validation rules work? That versioning g…

devopsterraformtestingtooling
Dev.to Apr 20, 2026, 05:11 UTC
EN

Our Terraform Drift Went Undetected for Four Months. Here Is How We Found It.

In my last post I talked about state file corruption and the mess that comes with it. This one is about a quieter problem that lived alongside it for …

terraformawsdevopsinfrastructureascode
Dev.to Apr 18, 2026, 16:16 UTC
EN

How I Packaged 130+ Hours of AWS Infrastructure Into Reusable Templates

Every new project starts the same way. You spin up an AWS account. You need a VPC. Three AZs, public and private subnets, NAT Gateways. Then you need …

awsdevopsterraformdocker
Dev.to Apr 17, 2026, 01:08 UTC
EN

Migrating a Terraform Module to Ephemeral Resources Without Breaking Existing Users

Terraform's ephemeral resources are a genuinely useful addition — secrets that are used during an apply but never written to state. If you're a module…

devopssecurityterraformtutorial
Dev.to Apr 16, 2026, 19:35 UTC
EN

Deploying to k8s with Terraform using GH Actions

Hi all. This article aims to give you the happy path to get your service (or services) up and running on a kubernetes-managed cluster. Disclaimer I ex…

k3svpsterraformdevops
Dev.to Apr 16, 2026, 16:36 UTC
EN

🚀 Automating Terraform with CI/CD (GitHub Actions) — Part 10

So far in this series, we’ve: Learned Terraform fundamentals Built reusable modules Managed remote state Designed production-ready structure Compared …

cicddevopsgithubterraform
Dev.to Apr 16, 2026, 00:30 UTC
EN

IAM Identity Center account assignments for Terraform member accounts

IAM Identity Center account assignments for Terraform member accounts Once sandbox and development member accounts exist in AWS Organizations (for exa…

terraformawsssoorganizations
Dev.to Apr 15, 2026, 19:27 UTC
EN

Building a Secure, Scalable Platform on AWS EKS

Modern cloud-native applications demand automation, security, and scalability from day one. This architecture demonstrates how to combine GitOps, Infr…

awsdevopskubernetesterraform
Dev.to Apr 15, 2026, 16:40 UTC
EN

Running Terraform against Azure locally, without a subscription

This posts explains how Terraform is integrated with Topaz - Azure emulator for local development and testing. You can check it here . Every Terraform…

azureterraformtesting
Dev.to Apr 14, 2026, 10:16 UTC
EN

Why Checkov catches the WHAT but not the WHY

Checkov is excellent. I use it. You should use it. This article is not an attack on Checkov. But there's a specific class of infrastructure risk that …

terraformawsdevopssecurity
Dev.to Apr 14, 2026, 07:30 UTC
EN

🌐 Deploying an AWS VPC with Terraform (Hands-On Lab) — Part 8

So far in this series, we’ve: Built Terraform fundamentals Created reusable modules Managed remote state Designed production-ready structure Compared …

awsnetworkingterraformtutorial
Dev.to Apr 14, 2026, 00:30 UTC
EN

Stop Copy-Pasting Terraform State Configs: Use Terragrunt instead

Prerequisites Before getting started, make sure you have the following: Basic knowledge of Terraform (HCL Syntax, resources, variables, remote state),…

terraformawsinfrastructureascodedevops
Dev.to Apr 13, 2026, 14:31 UTC
EN

Putting It All Together: Application and Infrastructure Workflows with Terraform

Over the past three weeks, I have moved from writing basic Terraform code to building a complete, production-ready workflow that combines application …

cicddevopsgithubterraform
Dev.to Apr 13, 2026, 04:50 UTC
EN

⚔️ Terraform Workspaces vs Environments — Part 7

So far in this series, we’ve: Deployed infrastructure with Terraform Used variables and outputs Built reusable modules Implemented remote backend (S3 …

architecturedevopsterraformtutorial
Dev.to Apr 13, 2026, 00:30 UTC
EN

Streamlining Multi-Cloud and Terraform Workflows with Unified Tools to Reduce Context Switching and Fragmentation

Introduction: The Multi-Cloud and Terraform Dilemma Working in multi-cloud environments with Terraform is akin to orchestrating a symphony where each …

multicloudterraformdevopsintegration
Dev.to Apr 12, 2026, 21:14 UTC
EN

🏗️ Terraform Production Structure (Dev / Staging / Prod) — Part 6

Terraform Production Structure (Dev / Staging / Prod) — Part 6 So far, you've learned: EC2 deployment Variables and outputs Modules Remote backend (S3…

architecturedevopsterraformtutorial
Dev.to Apr 12, 2026, 03:34 UTC
EN

Hosting a Static Website on AWS with S3 and CloudFront using Terraform

From Terraform Basics to Real-World Deployment 🚀 As part of my 30 Days of AWS Terraform challenge , Day 14 marked a major milestone in my learning jou…

terraformawsdevopscloud
Dev.to Apr 11, 2026, 17:16 UTC
EN

Docker on EC2 with Terraform

Why this project I was preparing a workshop and needed to expose a url with a specific interface, sparing participants from installing docker or anyth…

terraformdockerawsec2
Dev.to Apr 10, 2026, 22:25 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →