https://github.com/datastaxdevs/learningpath-terraform-it
https://github.com/datastaxdevs/learningpath-terraform-it
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/datastaxdevs/learningpath-terraform-it
- Owner: datastaxdevs
- Created: 2021-01-17T11:56:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T12:17:33.000Z (about 5 years ago)
- Last Synced: 2025-07-27T06:41:08.031Z (7 months ago)
- Language: HCL
- Size: 2.96 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hands-on Lab "Terraform it!"
Welcome to Infrastructure as Code first touch workshop!
**DISCLAIMER** Usage of the cloud providers (in this workshop we use AWS) may lead to the costs. This workshop is free-tier eligible and shouldn't cost anything if you are a free tier user. If your free tier is expired already, running this workshop may cost you just a few cents, but don't fortget to delete the resources you will create. DataStax has no responsibility for any costs taken for the workshop.
## Materials
* [Workshop](https://youtu.be/d4bxNeVAduA)
* [Presentation](./slides.pdf)
* [Article draft](./article-draft.pdf)
## Practice
### Requirements
* AWS Account
* AWS Credentials configured [as explained](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)
### Steps
* Clone the reposiroty
* Install [terraform](https://www.terraform.io/downloads.html)
* `terraform init`
* `terraform plan`
* `terraform apply` <-- infra created
* `terraform destroy` <-- infra terminated
**IMPORTANT** Don't forget to remove infra otherwise there may be costs.