7 links tagged with all of: terraform + infrastructure-as-code
Click any tag below to further narrow down your results
Links
This article details DNSimple's journey to automate their management of GitHub repositories using Infrastructure as Code principles. It highlights the transition from a manual tool called Repocop to a more efficient system built with Terraform and CI/CD practices, improving consistency and visibility across hundreds of repositories.
This article explores the implications of HashiCorp's license change and the emergence of OpenTofu as an open-source alternative to Terraform. It outlines core differences between the two tools, including licensing, governance models, and built-in security features, helping teams decide which tool aligns with their needs.
Cloudflare uses a "shift left" strategy to embed security checks early in the software development process, aiming to minimize human error and prevent misconfigurations. By managing their infrastructure as code, they ensure consistent security policies across hundreds of accounts while enabling rapid deployment. Key tools include Terraform and a custom CI/CD pipeline.
The article announces the release of an open-source Terraform provider specifically designed for integrating with OpenAI services. It highlights the features and benefits of using this provider for developers looking to manage infrastructure as code with OpenAI's APIs. Instructions for installation and usage are also provided, making it easier for users to get started.
Terraform and Bicep are prominent infrastructure-as-code tools, with Terraform being a cloud-agnostic solution and Bicep specifically designed for Microsoft Azure. Bicep simplifies the JSON syntax of ARM templates and offers native Azure integration, while Terraform boasts a rich provider ecosystem and state management features. Understanding their differences can help users choose the right tool for their deployment needs.
The repository showcases a method for implementing federated user and workload identity across multiple cloud services without relying on long-lived credentials. It emphasizes using Infrastructure as Code with Terraform and encourages collaboration among providers to demonstrate effective implementations and testing through a gamified approach.
Pulumi has introduced direct support for executing Terraform modules, enabling users to migrate from Terraform to Pulumi without the need for immediate conversion. This feature allows teams to preserve existing Terraform modules while leveraging Pulumi's advanced infrastructure as code capabilities, facilitating a smoother, incremental migration process.