Skip to content

Commit

Permalink
fixing syntax highlighting of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Jul 16, 2018
1 parent dc4e73f commit 38910e1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ We're going to manage all of our sub-accounts from one workspace. In this worksp
![TFE Workspace Create](./images/tfe_workspace_create.png)

### Workspace Variable Setup
```bash
push_vault_env Darnold-AWS-Global AWSSubAccounts
[push_vault code ](https://gist.github.com/djaboxx/f6d7c6adac9b18028e9ef347c14eb89d)

push_aws Darnold-AWS-Global AWSSubAccounts
[push_aws code ](https://gist.github.com/djaboxx/a6ef280f16495b7c533a7b9ddd807acc)

source ~/.tfe/Darnold-AWS-Global
tfe pushvars -name ${TFE_ORG}/AWSSubAccounts -var "aws_account_email=${AWS_ACCOUNT_EMAIL}" -var "aws_account_name=${AWS_ACCOUNT_NAME}"
tfe pushvars -name ${TFE_ORG}/AWSSubAccounts -var "aws_account_email=${AWS_ACCOUNT_EMAIL}" -var "aws_account_name=${AWS_ACCOUNT_NAME}"
```

[push_vault_env code ](https://gist.github.com/djaboxx/f6d7c6adac9b18028e9ef347c14eb89d)
[push_aws code ](https://gist.github.com/djaboxx/a6ef280f16495b7c533a7b9ddd807acc)

0 comments on commit 38910e1

Please sign in to comment.