terraform/website/docs
David Glasser 039d36bf91 command: add "apply -auto-approve=false" flag
A common reason to want to use `terraform plan` is to have a chance to
review and confirm a plan before running it.  If in fact that is the
only reason you are running plan, this new `terraform apply -auto-approve=false`
flag provides an easier alternative to

    P=$(mktemp -t plan)
    terraform refresh
    terraform plan -refresh=false -out=$P
    terraform apply $P
    rm $P

The flag defaults to true for now, but in a future version of Terraform it will
default to false.
2017-06-27 11:22:26 -07:00
..
backends Update s3.html.md (#15299) 2017-06-27 18:57:38 +03:00
commands command: add "apply -auto-approve=false" flag 2017-06-27 11:22:26 -07:00
configuration #15291: config/interpolate_funcs: Added contains() function to test if a given element is present in the list 2017-06-16 15:05:19 -07:00
import Add google_compute_backend_service to imports (#15275) 2017-06-26 17:34:17 +03:00
internals website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
modules The "Private Bitbucket Repos" example did not work for me. I had to specify the "ref="as a URL param for this to work. Otherwise Terraform produced the following error: 2017-06-23 11:37:37 +10:00
plugins website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
providers website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
provisioners website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
state website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
index.html.markdown website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00