Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 845 Bytes

README.adoc

File metadata and controls

32 lines (22 loc) · 845 Bytes

Team Name

Usage

Remember to check out the variables and outputs to see all options.

Note
Create this module in your -aws repo for all your environments.
module "team_name" {
  source = "github.com/nsbno/terraform-aws-team-name?ref=x.y.z"

  # Format is lowercase. Team names consisting of two words should be separated by a hyphen ("-").
  team_name = "infrademo"
}

Relevant Repositories

You can use this repo together with this repo!

nsbno/terraform-aws-account-metadata

A data module that gives you typical values that are needed in your environment. Fetch team name created from this module.