terraform/website/source/docs/enterprise/runs/automatic-applies.html.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2017-03-16 20:42:33 +01:00
---
2017-04-03 19:53:38 +02:00
layout: "enterprise"
2017-04-07 06:00:51 +02:00
page_title: "Automatic Applies - Runs - Terraform Enterprise"
2017-03-17 20:24:20 +01:00
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
2017-04-07 06:00:51 +02: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
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-04-07 06:00:51 +02:00
-> This is an advanced feature that enables changes to active infrastructure
without user confirmation. Please understand the implications to your
infrastructure before enabling.
2017-03-16 20:42:33 +01:00
## Enabling Auto-Apply
2017-04-07 06:00:51 +02: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 persist the
changes. The next successful Terraform plan for the environment will
2017-03-16 20:42:33 +01:00
automatically apply without user confirmation.