/terraform-aws

Configure AWS infrastructure using Terraform and deploy an Apache server on an EC2 instance.

Primary LanguageHCL

Configure AWS infrastructure using Terraform and deploy an Apache server on an EC2 instance.

Quick start

initializes a working directory containing Terraform configuration files.

  terraform init

preview the changes.

  terraform plan

executes the actions proposed in a Terraform plan.

  terraform apply

Description

This project allows you to configure AWS infrastructure with Terraform and deploy an Apache server on an EC2 instance.