github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/enterprise/runs/automatic-applies.html.md (about) 1 --- 2 layout: "enterprise" 3 page_title: "Automatic Applies - Runs - Terraform Enterprise" 4 sidebar_current: "docs-enterprise-runs-applies" 5 description: |- 6 How to automatically apply plans. 7 --- 8 9 # Automatic Terraform Applies 10 11 -> This is an unreleased beta feature. Please 12 <a href="mailto:support@hashicorp.com">contact support</a> if you are interested 13 in helping us test this feature. 14 15 You can automatically apply successful Terraform plans to your 16 infrastructure. This option is disabled by default and can be enabled by an 17 organization owner on a per-environment basis. 18 19 -> This is an advanced feature that enables changes to active infrastructure 20 without user confirmation. Please understand the implications to your 21 infrastructure before enabling. 22 23 ## Enabling Auto-Apply 24 25 To enable auto-apply for an environment, visit the environment settings page 26 check the box labeled "auto apply" and click the save button to persist the 27 changes. The next successful Terraform plan for the environment will 28 automatically apply without user confirmation.