Skip to content

alicankustemur/infrastructrure-as-code-with-terraform-on-aws

Repository files navigation

Infrastructure as Code with Terraform on AWS

Infrastructure as Code with Terraform on AWS

This repository contains a Terraform project that builds Scenario 2: VPC with Public Subnet from the AWS documentation.

Usage

terraform.tfvars holds variables which should be overriden with valid ones.

Plan

terraform plan -var-file terraform.tfvars

Apply

terraform apply -var-file terraform.tfvars

Destroy

terraform destroy -var-file terraform.tfvars

About

Infrastructure as Code with Terraform Example on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages