Skip to content

tecbrix/aws-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS ec2 Terraform module

Terraform module which creates ec2 resources on AWS.

Usage

git clone https://github.com/tecbrix/aws-ec2.git

cd aws-ec2

Add a file vpc.tf with below content.

module "vpc" {
  source = "github.com/tecbrix/aws-vpc"
#tag
  name = "test"
  env  = "test"
}

terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published