Tagged articles

terraform

102 articles · Page 2 of 2
DevOps Coach
DevOps Coach
Mar 23, 2018 · Operations

Automating Infrastructure with IaC, Terraform, and Chef for Seamless CI/CD

This article explains how to replace manual VM provisioning and application deployment with Infrastructure as Code using Terraform, Chef, and related automation tools, detailing the problems of hand‑crafted processes, layered system management, cookbook design, CI pipelines, and best‑practice deployment workflows.

CI/CDChefDevOps
0 likes · 28 min read
Automating Infrastructure with IaC, Terraform, and Chef for Seamless CI/CD
Tencent Cloud Developer
Tencent Cloud Developer
Mar 20, 2018 · Cloud Native

A Comprehensive Guide to Terraform Provider Development

This guide walks readers through building a Terraform provider in Go, explaining its architecture, key files such as main.go and provider.go, implementing CRUD functions that call the Tencent Cloud SDK, handling Terraform’s lifecycle, and writing unit tests with the testAccProviders framework.

Cloud InfrastructureGo ProgrammingProvider Development
0 likes · 15 min read
A Comprehensive Guide to Terraform Provider Development