Skip to content

This module helps in building reusable infrastructure in AWS by aggregating vpc, subnets, route, gateway, instances, security groups with ease.

Notifications You must be signed in to change notification settings

chiraag-kakar/terraform-aws-mod_reuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module helps in building reusable infrastructure in AWS by aggregating vpc, subnets, route, gateway, instances, security groups with ease.

Authentication :

Note : Make sure you have created the following "provider.tf" and include the following values (If the resources are accessed by assuming role)

provider "aws" {
  region     = "ap-southeast-1"
  access_key = "XXXXXXXXXXXXXXXXXXXX"
  secret_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

  assume_role {
    role_arn    = "arn:aws:iam::XXXXXXXXXXXX:role/terraform"
    external_id = "role name"
  }
}

Example Usage :

About

This module helps in building reusable infrastructure in AWS by aggregating vpc, subnets, route, gateway, instances, security groups with ease.

Topics

Resources

Stars

Watchers

Forks

Languages