#Terraform

Leanpubleanpub
2025-06-14

DevOps Trio: Terraform, Kubernetes & Helm leanpub.com/b/terraform-kubern by Kirshi Yin is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

2025-06-13
2025-06-12

Infrastructure as Data: от конфликтов к эволюции

Довольно давно занимаюсь вопросами связанными с инфраструктурой и построением платформ для разработчиков. Не один раз слышал от коллег и читал про такое понятие как Infrastructure as Data(IaD). Но я не смог найти внятного и короткого объяснения, что же это такое и чем полезно, потому решил попробовать рассказать свою версию.

habr.com/ru/articles/917800/

#terraform #iac #iad

HCP Terraform No Code Moduleのバージョン指定を考えてみる
dev.classmethod.jp/articles/hc

#dev_classmethod #Terraform #HCP_Terraform

2025-06-11

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

2025-06-10

Что нужно знать про использование werf при развёртывании гибридного приложения: личный опыт

Автор статьи — мобильный разработчик, который сам поднял инфраструктуру для стартапа на одной небольшой виртуалке. Вы узнаете, как он выбрал и внедрил werf, какие проблемы решал с помощью SOPS, как организовал хранение и шифрование секретов, и почему GitOps стал для него спасением.

habr.com/ru/companies/flant/ar

#werf #cicd #kubernetes #terraform #секреты #гибридные_приложения #гитерминизм #gitops #sops

[HCP Terraform]pre-written Sentinel policies for AWS(FSBP)を使ってPolicy Setを作成してみた(sentinel.hclファイル作成パターン)
dev.classmethod.jp/articles/hc

#dev_classmethod #Terraform #HCP_Terraform #AWS_Security_Hub

[アップデート] User Notifications が Terraform AWS Provider v5.99.0 でサポートされ、デプロイできるようになりました
dev.classmethod.jp/articles/te

#dev_classmethod #User_Notifications #Terraform #AWS

Lenin alevski 🕵️💻alevsk@infosec.exchange
2025-06-05

New Open-Source Tool Spotlight 🚨🚨🚨

tfmcp simplifies Terraform management by letting AI assistants like Claude Desktop handle config, plans, and state via the Model Context Protocol (MCP). Built with Rust, it offers robust security, Docker support, and detailed analysis. ⚙️ #Terraform #DevOps

🔗 Project link on #GitHub 👉 github.com/nwiizo/tfmcp

#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity

— ✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴‍☠️

I love #regex based tools like sed.

Customer wanted me to set up some automation to capture what it was they had previously been doing by hand. One of those hand-jammed components was a custom
#RDS parameter-group that they'd attached to their reference (#postgresql) database. There were a couple-hundred settings in it, so I wasn't jazzed about trying to hand-capture that into a #Terraform or #Ansible workflow.

However, I was able to automate ganking their hand-jammed content and replicate it in a
#Terraform template. First, I combined a couple, nested aws rds … queries to fetch the data. The I wrote a multi-line sed filter to reformat the aws rds … queries' JSON output into TF-compatible config stanzas. Ran the resulting TF module through terraform fmt, terraform validate and then a terraform apply and I suddenly had a new RDS parameter-group in my dev-account that seemingly mirrors what was in the customer's production account. All told, took about half an hour to get the aws queries and, especially, the sed commands worked out. It had initially looked like it might have taken me all day (had I not been able to pipeline it).

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst