Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Jun 22, 2019
0 parents commit 71fa4e9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ht-devops

## Terraform
We are using Terragrunt as a helper to keep Terraform DRY.

### Terragrunt

Download: https://github.com/gruntwork-io/terragrunt

### AWS Authentication
There are multiple ways to set your AWS authentication access.

Exporting AWS keys to your local envars
```
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
```

You can set them in your AWS profile config: ~/.aws/config

### Usage

#### Create VPC

Directory: ./tf-environments/dev/vpc

Run:
```
terragrunt apply
```
# kubernetes-ops

0 comments on commit 71fa4e9

Please sign in to comment.