2017-03-16 20:42:33 +01:00
---
2017-03-17 20:24:20 +01:00
layout: "runs"
page_title: "Runs: Automatic Applies"
sidebar_current: "docs-enterprise-runs-applies"
description: |-
How to automatically apply plans.
2017-03-16 20:42:33 +01:00
---
2017-03-17 20:24:20 +01:00
# Automatic Terraform Applies
2017-03-16 20:42:33 +01:00
< div class = "alert-infos" >
< div class = "alert-info" >
2017-03-17 20:24:20 +01:00
This is an unreleased beta feature. Please < a href = "mailto:support@hashicorp.com" > contact support< / a > if you are interested in helping us test this feature.
2017-03-16 20:42:33 +01:00
< / div >
< / div >
2017-03-20 19:44:03 +01:00
You can automatically apply successful Terraform plans to your
2017-03-16 20:42:33 +01:00
infrastructure. This option is disabled by default and can be enabled by an
2017-03-17 20:24:20 +01:00
organization owner on a per-environment basis.
2017-03-16 20:42:33 +01:00
2017-03-17 20:24:20 +01:00
< div class = "alert-infos" >
< div class = "alert-info" >
2017-03-16 20:42:33 +01:00
This is an advanced feature that enables changes to active infrastructure
without user confirmation. Please understand the implications to your
infrastructure before enabling.
< / div >
< / div >
## Enabling Auto-Apply
2017-03-20 19:44:03 +01:00
To enable auto-apply for an environment, visit the environment settings page check the box labeled "auto apply" and click the save button to
2017-03-16 20:42:33 +01:00
persist the changes. The next successful Terraform plan for the environment will
automatically apply without user confirmation.