IaC Resources and News

Stay in the loop on the latest IaC news with this collection of articles and videos!

View all
Blogs
Resources Center
Videos
Case Studies
New Features
Terraform
OpenTofu
How Tos
News
Top 4 Terraform Plugins to Integrate with your Infrastructure-as-Code Workflow in 2023

Top 4 Terraform Plugins to Integrate with your Infrastructure-as-Code Workflow in 2023

Terraform alone isn't enough. To ensure best practices, questions such as "How do we enforce policies?", "How do we lint our code?", and "How do we harden infrastructure security?" must be answered. Here are the top 4 essential Terraform tools that you should consider using in 2023 to enhance your infrastructure management process.
Manage on-prem VMware vSphere with Terraform and env0

Manage on-prem VMware vSphere with Terraform and env0

Infrastructure as Code (IaC) is widely used to deploy into clouds like AWS, Azure, and GCP. It can also be used to manage on-premises VMware vSphere infrastructure. This step-by-step walkthrough and video tutorial shows you how to use env0 with a self-hosted agent to manage on-premises VMware infrastructure directly.
You Need Audit Logs for Your Infrastructure as Code, and They’re Easy to Set Up

You Need Audit Logs for Your Infrastructure as Code, and They’re Easy to Set Up

In this post we’ll take a look at why auditing is necessary for Infrastructure as Code, the benefits of having an audit trail for Terraform and other IaC frameworks (such as Terragrunt, Pulumi, CloudFormation, Kubernetes, and others), and share how you can automate your audit trail easily with env0.
How to Implement fine-grained Role-Based Access Control for Your Infrastructure as Code with Custom RBAC Roles

How to Implement fine-grained Role-Based Access Control for Your Infrastructure as Code with Custom RBAC Roles

In a world where infrastructure is constantly changing and evolving, it's more important than ever to have tight controls over who can make what changes. Granular RBAC allows you to give each user only the permissions they need to do their job, nothing more. This reduces the potential attack surface of your infrastructure and helps to prevent breaking changes.
Video Tutorial: How to Migrate from Atlantis to env0

Video Tutorial: How to Migrate from Atlantis to env0

In this video, we'll go through some background on Atlantis and then show you how to migrate from Atlantis to env0, including using the env0 remote backend for Terraform state storage.
CI/CD for App Development vs. CI/CD for Infrastructure as Code

CI/CD for App Development vs. CI/CD for Infrastructure as Code

The rise of Infrastructure as Code has revolutionized the management of infrastructure and the way we provision and maintain platforms for application deployment. Rather than manually deploying infrastructure through a CLI or GUI, we can now treat our infrastructure in the same way we treat our applications.
Top IaC Challenges - Security and Runners

Top IaC Challenges - Security and Runners

In this video series, we’re looking at the most common barriers to Infrastructure as Code (IaC) adoption. We know that cloud security is a prominent concern for many organizations, so in this video Marino Wijay, Developer Advocate at Solo.io, joins us to share his take on the biggest factors impacting cloud security when implementing IaC.
Manage Terraform Remote State Using Remote Backend

Manage Terraform Remote State Using Remote Backend

You can now use env0 as your remote backend for Terraform state storage, including migrating your existing remote state from other platforms to env0.
Top IaC Challenges - Extensibility and Integrations

Top IaC Challenges - Extensibility and Integrations

In this video series, we’re looking at the most common challenges with Infrastructure as Code (IaC) adoption and scaling. In this episode, we examine the factors around extensibility and integrations when you’re looking to scale your Infrastructure as Code.
How to make managing multiple Terraform environments easier

How to make managing multiple Terraform environments easier

How many of you have started with Terraform and discovered you need the same code to build multiple environments? Perhaps a dev, stage, and production environment? After researching Workspaces, Branches, and Terragrunt, you aren’t completely satisfied and want to know if there is another way. If you are here, I’ll assume that’s you!
New: Authenticate With Third-Party Services Using the OpenID Connect Integration

New: Authenticate With Third-Party Services Using the OpenID Connect Integration

Now you can make your deployments even more secure with OpenID Connect support!
Managing tfvars Files and Terraform Variable Hierarchy

Managing tfvars Files and Terraform Variable Hierarchy

Learn more about Terraform variables, terraform module variables, and ways to DRY out your code with some examples of how to build complex variable hierarchies.
Deploying Prometheus to a Kubernetes Cluster using env0

Deploying Prometheus to a Kubernetes Cluster using env0

Streamlime the process of deploying a Kubernetes cluster and an application to it.
Top IaC Challenges - Video

Top IaC Challenges - Video

There are many reasons why teams struggle with adopting Infrastructure as Code (IaC). In this five-part series, env0 CEO Ohad Maislish and Developer Advocate Tim Davis discuss the top five reasons we see most frequently.
Introducing Chris Noon

Introducing Chris Noon

Introducing Sales Engineer Chris Noon.
AWS CloudFormation support added

AWS CloudFormation support added

CloudFormation joins Terraform, Terragrunt, Pulumi, and Kubernetes as a core IaC tool supported in env0!
Terragrunt Run-All

Terragrunt Run-All

Now it's possible to deploy multiple Terraform modules in a single command using 'terragrunt run-all'.
env0 Workflows Get a Power Up

env0 Workflows Get a Power Up

Workflows solve the problem of provisioning complex infrastructure resources that have dependencies, and using multiple frameworks for your infrastructure-as-code.
DevOps, People, and Process

DevOps, People, and Process

Let us never forget that DevOps is about culture, people, and process, not just tools or technology. Software may enable good culture and behavior. But technology brings a benefit if and only if it diminishes a limitation. And the most important limitations to address are the explicit and implicit rules that uphold the status quo, or “doing it the way we always have.”
Ad-hoc tasks

Ad-hoc tasks

DevOps engineers sometimes need to perform one-off commands on their Terraform code or state. For example, “terraform import” or “terraform state rm”, or any other Terraform or bash commands. The problem is that it is dangerous to allow users to work directly from a terminal.
Managing Pulumi IaC with env0

Managing Pulumi IaC with env0

Manage Pulumi defined infrastructure right next to your other IaC code. In this video, we’ll show you how to integrate your Pulumi code into env0.
Non-Admin API Keys

Non-Admin API Keys

Generate and maintain role-based access to API keys, providing you the safety of RBAC alongside the convenience of API services.
State File - What is it, and Where Do I Hide It?

State File - What is it, and Where Do I Hide It?

If you have deployed anything with an Infrastructure as Code framework (Terraform, Pulumi, etc…) recently, then you have interacted with a state file, and may not have even known it! So, what is the state file? Why is it important? What should you do with it? These are some of the most asked questions when it comes to Infrastructure as Code management. So, let’s get into it!
Time to provide… a Terraform Provider!

Time to provide… a Terraform Provider!

Nowadays all is heavy-automated and so, as requested by many of our customers, we now offer a Terraform Provider for the env0 platform! env0 is now extensible with UI, API, CLI, and Terraform Provider.