Skip to content

siganlabs/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internal AWS Infrastructure

Requirements

You'll need to install the following software in order to use this repo:

Naming Conventions

Terraform Identifiers

  • Must be snakecase.
  • Must be prefixed with sigan_ if they are part of Sigan's core infrastructure. This does not apply to Sigan's security groups.
  • Must be named according to the main resource. (E.g. an API Gateway would be named sigan_api_gateway, and it's deployment and stage would also be named sigan_api_gateway)

Files and Directories

  • Must be snakecase to be consistent with Terraform identifiers for modules.

Buckets AWS Identifiers

  • Must be prefixed with sigan- to prevent conflicts with existing AWS buckets (they need to be unique between all AWS accounts).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published