Skip to content

Commit

Permalink
Add slides
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepbhadani committed Mar 8, 2019
1 parent f412554 commit eb230e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ TechKnowday Terraform workshop files
## Configure AWS
Make sure to configure AWS credentials so that terraform can create/manage AWS resources.
Create/Open `~/.aws/credentials` file and make sure it has access key and secret access key
```
[demo]
Expand All @@ -40,6 +39,7 @@ aws_access_key_id = <YOUR AWS ACCESS KEY ID>
aws_secret_access_key = <YOUR AWS SECRET ACCESS KEY ID>
```
## Run Terraform
**Running these(Terraform) examples may incur charge in AWS account.**
Expand All @@ -49,3 +49,7 @@ aws_secret_access_key = <YOUR AWS SECRET ACCESS KEY ID>
3. Run `terraform plan -var-file=env/demo.tfvars` to see the plan (Let's say `demo.tfvars` is for `demo` environment)
4. If happy with the plan, run `terraform apply -var-file=env/demo.tfvars`
5. If want to **cleanup**(or **destroy** all resources created by this example terraform code), run `terraform destroy -var-file=env/demo.tfvars`
## Slides
[Terraform Workshop Slides](terraform_workshop.pdf)
Binary file added terraform_workshop.pdf
Binary file not shown.

0 comments on commit eb230e3

Please sign in to comment.