Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanbekker/terraformfiles
Terraform Examples
https://github.com/ruanbekker/terraformfiles
aws cheatsheet hcl terraform
Last synced: 4 days ago
JSON representation
Terraform Examples
- Host: GitHub
- URL: https://github.com/ruanbekker/terraformfiles
- Owner: ruanbekker
- License: mit
- Created: 2020-09-25T14:44:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T10:56:52.000Z (4 months ago)
- Last Synced: 2024-07-26T00:24:11.834Z (4 months ago)
- Topics: aws, cheatsheet, hcl, terraform
- Language: HCL
- Homepage:
- Size: 248 KB
- Stars: 43
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraformfiles
Terraform Examples## Tips
- [Terraform Tips and Trics using loops, if-statements](https://blog.gruntwork.io/terraform-tips-tricks-loops-if-statements-and-gotchas-f739bbae55f9)
## Learn Guides
- [Hashicorp Terraform Modules](https://learn.hashicorp.com/collections/terraform/modules)
## Examples
- [Terraform Kitchen](https://github.com/codeaprendiz/terraform-kitchen)
- [Building Repeatable Infrastructure with Terraform and Ansible on AWS](https://github.com/ernesen/Terraform-Ansible)
- [Jamie Phillips Blog Posts](https://www.phillipsj.net/tags/terraform/)
- [@nicor88 - Full VPC with IGW, Public Routes, etc](https://github.com/nicor88/aws-ecs-airflow/blob/master/infrastructure/network.tf)
- [@GSA - Using Packer with Terraform](https://github.com/GSA/devsecops-example/tree/03067f68ee2765f8477ae84235f7faa1d2f2cb70#deployment)
- [@unruly - using userdata file with Teraform](https://github.com/unruly/terraform-aws-airflow/blob/master/files/cloud-init.sh)
- [CI Pipeline with Ansible](https://github.com/Quantanalyst/insight_newvision_ci_pipeline/blob/master/terraform/airflow_rstudio.tf#L67) and [Ansible Module](https://github.com/insight-infrastructure/terraform-ansible-playbook)