https://github.com/lyteabovenyte/Nginx-vs-Terraform
provisioning nginx server on terraform, utilizing custom template file and custom vpc, association table and internet gateway + rsa public and private key
https://github.com/lyteabovenyte/Nginx-vs-Terraform
nginx packer terraform
Last synced: 9 months ago
JSON representation
provisioning nginx server on terraform, utilizing custom template file and custom vpc, association table and internet gateway + rsa public and private key
- Host: GitHub
- URL: https://github.com/lyteabovenyte/Nginx-vs-Terraform
- Owner: lyteabovenyte
- Created: 2024-07-11T15:10:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T03:29:41.000Z (over 1 year ago)
- Last Synced: 2025-01-17T00:32:02.340Z (over 1 year ago)
- Topics: nginx, packer, terraform
- Language: HCL
- Homepage: https://mastodon.social/@lyteabovenyte
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###### exploring **terraform provisioners** based on **research**
- expoloring provisioners with an EC2 instance and security group to access via ssh + http inbound request
- installing nginx on the instance via shell script (file provisioner to transfer scrip into local image and remote exec
to run the nginx)
- custom table association and internet gateway applied.
- security best practices applied with aws_key_pair
###### Note: main.tf is just a testing playground ðŸ¤