https://github.com/weeyin83/learning-terraform-aws
Basic Terraform file to deploy an AWS EC2 instance with GitHub Actions
https://github.com/weeyin83/learning-terraform-aws
aws devops terraform
Last synced: about 2 months ago
JSON representation
Basic Terraform file to deploy an AWS EC2 instance with GitHub Actions
- Host: GitHub
- URL: https://github.com/weeyin83/learning-terraform-aws
- Owner: weeyin83
- Created: 2022-12-19T20:04:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T13:49:06.000Z (over 3 years ago)
- Last Synced: 2025-03-21T12:22:19.010Z (over 1 year ago)
- Topics: aws, devops, terraform
- Language: HCL
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-terraform-aws
Sarah is learning Terraform and GitHub Actions with AWS.
This repository contains a basic Terraform file that will deploy an EC2 instance using Ubuntu 22.04 and have Apache2 installed with a simple web page. It also has port 8080 open.
This is a demo and learning repository.