New Terraform Tutorial: Manage Private Environments using Terraform Cloud Agents
Manage private environments through Terraform Cloud using self-hosted agents.
Terraform Cloud’s Business Tier offering allows you to manage resources in private data centers using self-hosted agents. The standard Terraform Cloud setup requires that any resources managed by remote execution are accessible over public internet. With agents, you can also manage infrastructure in private environments without modifying your network perimeter to allow for public ingress. The agent runs within your environment and polls Terraform Cloud for workloads to execute. It is available as both a Docker container and standalone x86 binary.

In the new tutorial, you will configure a containerized Terraform Cloud agent to run on your local machine and manage an Nginx container. By the end of the exercise, you will know how to configure your Terraform Cloud workspaces to use agents for infrastructure management.
» Next Steps
Terraform Cloud agents allow you to take advantage of the Terraform Cloud management interface for more of your infrastructure topology without exposing the resources to the public internet. To get a broader picture of Terraform Cloud Agents and Terraform Cloud/Enterprise, visit the resources below:
- Learn more in the Terraform Cloud Agents documentation.
- Read about other Business Tier features.
- Explore the Terraform Cloud/Enterprise provider.
For even more news about our latest tutorials being added to HashiCorp Learn, follow @HashiCorp on Twitter.
Sign up for the latest HashiCorp news
More blog posts like this one

Simplify policy adoption in Terraform with pre-written Sentinel policies for AWS
The new pre-written policy library co-developed by HashiCorp and AWS is now generally available, aiming to reduce the barrier of adoption for policy as code infrastructure workflows.

Terraform provides more flexible controls with project-owned variable sets
Project-owned variable sets simplify management, reduce dependencies, and allow for more flexible control over access and usage.

A smoother HCP Terraform workspace experience
Learn how to automate HCP Terraform workspace setup and onboarding with the TFE provider, a custom module, and good requirements gathering.