dmv.community is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small regional Mastodon instance for those in the DC, Maryland, and Virginia areas. Local news, commentary, and conversation.

Administered by:

Server stats:

118
active users

#terraform

8 posts8 participants1 post today

"Software trends have shifted dramatically — languages have come and gone, release cycles have shrunk from months to hours, architectures have evolved, and AI has taken the industry by storm. Yet the code that automates software deployment and infrastructure has remained largely unchanged.

“The state of infrastructure automation right now is roughly equivalent to the way the world looked before the CRM was invented,” says Jacob.

A skeptic might ask, why not use generative AI to do IaC? Well, according to Jacob, the issue is data — or rather, the lack of it. “Most people think LLMs are magic. They’re not. It’s a technology like anything else.”

LLM-powered agents need structured, relationally rich data to act — something traditional infrastructure tools don’t typically expose. System Initiative provides the high-fidelity substrate those models need, says Jacob. Therefore, System Initiative and LLMs could be highly complementary, bringing more AI into devops over time. “If we want that magical future, this is a prerequisite.”

System Initiative proposes a major overhaul to infrastructure automation. By replacing difficult-to-maintain configuration code with a data-driven digital model, System Initiative promises to both streamline devops and eliminate IaC-related headaches. But it still has gaps, like minimal cloud support, and few proven case studies.

There’s also the risk of locking into a proprietary execution model that replaces traditional IaC, which will be a hard pill for many organizations to swallow.

Still, that might not matter. If System Initiative succeeds, the use cases grow, and the digital-twin approach delivers the results, a new day may well dawn for devops."

infoworld.com/article/4021153/

InfoWorldCan System Initiative fix devops?System Initiative proposes a radical overhaul of infrastructure automation to address infrastructure-as-code chaos and longstanding devops toil.

DevOps Trio: Terraform, Kubernetes & Helm leanpub.com/b/terraform-kubern by Kirshi Yin | Curious Devs Corner is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com #Terraform #Devops #CloudComputing #ComputerProgramming #InfrastructureAsCode #Docker #Go #books #ebooks

This bundle includes three beginner-friendly ebooks with real examples and step-by-step guidance.

Learn the fundamentals of Helm, Kubernetes, and Terraform from scratch!

Find it on Leanpub!

LeanpubDevOps Trio: Terraform, Kubernetes & HelmThis bundle includes three beginner-friendly ebooks with real examples and step-by-step guidance. Learn the fundamentals of Helm, Kubernetes, and Terraform from scratch!

I decided to move my Proxmox provisioning to Terraform, instead of Ansible. I'm 50/50 on this move: on one hand Ansible is not the best for infrastructure provisioning, on the other hand I had to use some "external" data source trickery to make Proxmox do what I want it to do, just because the API can't (and in consequence, the provider can't, so not it's fault).

Maybe I'm too picky? I don't know. But it works for now, and I don't provision new stuff on a regular basis. So, we'll see.

so uh there's an #MCP server for #terraform now. it's in macOS homebrew, from the repo description for `tfmcp`:

> 🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integration. ⚡

#claude once again waving back at me.
github.com/nwiizo/tfmcp

GitHubGitHub - nwiizo/tfmcp: 🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integration. ⚡️🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzin...