An open API service indexing awesome lists of open source software.

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

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.