From 583c24a3c204db19a497dc137c37165a3903c18d Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 24 Jul 2017 15:23:49 -0700 Subject: [PATCH] examples: Update README to reflect 0.10 init/apply workflow Previous instructions assumed the pre-0.9 version of init, which served a different purpose. --- examples/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/examples/README.md b/examples/README.md index 55e463a5c..2689c86f0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,15 +4,12 @@ This folder contains a set of Terraform examples. These examples each have their own README you can read for more details on what the example does. -To run any example, just run `terraform apply` within that directory -if you have Terraform checked out. Or, you can run it directly from git: +To try any example, clone this repository and run the following commands +from within the example's directory: ``` -$ terraform init github.com/hashicorp/terraform/examples/cross-provider -... - +$ terraform init $ terraform apply -... ``` ## Provider-specific Examples