Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
terraform.tfstate
terraform.tfstate.backup
.DS_Store
.terraform
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The method we are using in this example is the EC2 role metadata. By assigning
```


To start and bootstrap the cluster modify the file terraform.tfvars to add your AWS credentials and default region and then run `terraform plan`, `terraform apply` to create the cluster.
To start and bootstrap the cluster modify the file terraform.tfvars to add your AWS credentials and default region and then run `terraform init`, `terraform plan`, `terraform apply` to create the cluster.

```
aws_region = "eu-west-1"
Expand Down Expand Up @@ -148,5 +148,5 @@ Do not forget to clean up after the example. Running `terraform destroy` will r
## Troubleshooting
These examples use new features of many of the tools. At the time of writing, the following versions were used:

- Terraform v0.9.0
- Consul v0.7.5
- Terraform v0.9.8
- Consul v0.7.5