https://github.com/realfranser/first-terraform-project
First project learning terraform using AWS provider
https://github.com/realfranser/first-terraform-project
Last synced: 7 months ago
JSON representation
First project learning terraform using AWS provider
- Host: GitHub
- URL: https://github.com/realfranser/first-terraform-project
- Owner: realfranser
- Created: 2022-09-03T13:09:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T22:14:42.000Z (about 3 years ago)
- Last Synced: 2025-01-20T22:52:54.079Z (9 months ago)
- Language: HCL
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First terraform project
Learning terraform with AWS
## Sources
### freecodecamp.org
[YT video](https://www.youtube.com/watch?v=SLB_c_ayRMo&t=6859s&ab_channel=freeCodeCamp.org)
Status: completed :heavy_check_mark:
### AWS tip, Pyae Phyoe Shein
> Docker inside EC2 instance with terraform
> Cool variable definition and usage[Blog post](https://awstip.com/to-set-up-docker-container-inside-ec2-instance-with-terraform-3af5d53e54ba)
### NGINX installation
> Usage of S3 buckets for config files
> Script for installation[Blog post](https://alexopensource.wordpress.com/2021/06/05/automating-installation-of-nginx-on-ec2-instances)
[Bucket setup](https://github.com/hashicorp/terraform-provider-aws/issues/23447)### Cloud init
Combining multiple installation scripts with _template_cloudinit_config_
Source: https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/cloudinit_config