August 2026 Summaries
4 posts from Pulumi
Filter
Month:
Year:
Post Summaries
Back to Blog
Pulumi is advancing the era of agentic infrastructure by offering a platform that integrates seamlessly with existing Infrastructure as Code (IaC) solutions like Terraform, allowing organizations to transition smoothly without dismantling current systems. Pulumi Cloud provides a backend for Terraform state, enabling users to maintain familiar deployment patterns while benefiting from Pulumi's advanced capabilities, such as tag-based access control, Neo code reviews, and preventive policies. The platform supports the inclusion of Terraform modules and the HashiCorp Configuration Language (HCL) as first-class citizens, ensuring compatibility and ease of use for teams accustomed to these tools. Pulumi offers financial incentives, including credits for unused HashiCorp contracts, free modernization workshops, and ROI calculations, to facilitate the transition and underscore the value and savings potential of adopting its platform. This strategic approach is designed to accommodate various organizational sizes and industries, emphasizing a smooth transition to modern infrastructure management without financial or operational obstacles.
Aug 04, 2026
1,078 words in the original blog post.
Pulumi's HCL support aims to seamlessly integrate existing Terraform configurations, allowing users to run them in Pulumi while addressing the semantic differences between Pulumi and OpenTofu. The HCL interpreter processes Terraform's resource semantics, providers, and modules, with a focus on translating them to Pulumi's engine protocol. Pulumi and Terraform both utilize providers, but Pulumi's "terraform-provider" acts as a bridge to facilitate compatibility with Terraform providers. Pulumi's HCL interpreter handles resource property translations, converting snake_case to camelCase and adapting to the type requirements of the Pulumi engine. The system also supports Terraform's provisioners and conditions through resource hooks, and translates resource options like lifecycle and provider settings to Pulumi's equivalents. Additionally, Terraform modules are represented as Pulumi components, allowing cross-language compatibility and integration. Pulumi's approach ensures that users can leverage Terraform's capabilities while benefiting from Pulumi's features, with ongoing efforts to address any discrepancies that arise.
Aug 04, 2026
2,489 words in the original blog post.
The latest release introduces a suite of features aimed at enhancing interoperability between Pulumi Cloud and the Terraform and OpenTofu ecosystems, focusing on three main areas: using Pulumi Cloud as a Terraform state backend with remote execution and human approvals, a Terraform module registry within Pulumi Cloud for cross-language module sharing, and first-class support for HCL in the Pulumi engine. The release provides a comprehensive walkthrough starting with a simple AWS deployment using Terraform, migrating to Pulumi Cloud, and showcasing various integrations and functionalities, including remote execution, module publishing, consumption from Pulumi programs in multiple languages, and native HCL support. This integration allows users to maintain existing infrastructure while leveraging Pulumi's capabilities, providing a flexible and robust framework for managing infrastructure as code across different platforms and languages.
Aug 04, 2026
2,525 words in the original blog post.
The text discusses the use of a command called --dangerously-skip-permissions, colloquially known as YOLO mode, in coding agents, which allows them to execute commands without user approval, potentially leading to significant security risks. While YOLO mode enhances the autonomy of coding agents, it also poses threats such as unauthorized access to sensitive files, network vulnerabilities, and potential data breaches, especially when working with infrastructure code. To mitigate these risks, the author advocates for the use of a sandbox environment, which isolates the agent from critical system files and processes, thereby providing a controlled space where agents can operate with full autonomy without compromising the host machine. The text introduces Docker Sandboxes, a tool that simplifies the sandboxing process, providing hypervisor isolation, network control, Docker engine isolation, and workspace isolation to protect the host system from potential malicious actions by the coding agents. Additionally, the author highlights the importance of integrating infrastructure-specific tools and configurations within the sandbox to facilitate secure and efficient infrastructure management, while emphasizing the need for both sandboxing and robust cloud control measures to fully safeguard against unintended consequences of autonomous coding agents.
Aug 04, 2026
2,281 words in the original blog post.