Skip to content

Commit

Permalink
docs: Add jq and circleci install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegonzalez committed Jul 7, 2021
1 parent a10b139 commit e28afca
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,20 @@ Note that a single S3 bucket maintains the Terraform State for both the developm
Sometimes a developer will need to run Terraform locally to perform manual operations. Perhaps a new TF State S3 bucket needs to be created in another environment, or there are new services or other major configuration changes that need to be tested first.

1. **Install terraform**
- On macOS: `brew install terraform`
- On other platforms: [Download and install terraform][tf]

- On macOS: `brew install terraform`
- On other platforms: [Download and install terraform][tf]

1. **Install Cloud Foundry CLI tool**

- On macOS: `brew install cloudfoundry/tap/cf-cli`
- On other platforms: [Download and install cf][cf-install]
1. **Install Cloud Foundry CLI**
- On macOS: `brew install cloudfoundry/tap/cf-cli`
- On other platforms: [Download and install cf][cf-install]

1. **Install CircleCI local CLI**
- On macOS: `brew install circleci`
- On other platforms: [Download and install circleci][circleci]

1. **Install jq CLI**
- On macOS: `brew install jq`
- On other platforms: [Download and install jq][jq]

1. **Login to Cloud Foundry**
```bash
Expand Down Expand Up @@ -166,3 +172,5 @@ These instructions describe the creation of a new S3 bucket to hold Terraform's
[orb]: https://circleci.com/developer/orbs/orb/circleci/terraform
[language]: https://www.terraform.io/docs/language/index.html
[s3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html
[jq]: https://stedolan.github.io/jq/download/
[circleci]: https://circleci.com/docs/2.0/local-cli/

0 comments on commit e28afca

Please sign in to comment.