Skip to content

michaeldeggers/infra

Repository files navigation

Infra

Repo used to create cloud resources to support development

note: use sed -i '/Text to remove/Q' inputefile to delete terraform docs note: use terraform-docs markdown . >> README.md to update docs note: set as bash alias terra-docs in bash_aliases

Requirements

Name Version
terraform >= 1.1.0
aws 4.40.0
github 5.9.1
tfe 0.39.0

Providers

Name Version
github 5.9.1

Modules

Name Source Version
aws_dev ./aws n/a
aws_prod ./aws n/a
tfe_dev ./tfe n/a
tfe_prod ./tfe n/a

Resources

Name Type
github_actions_secret.tf_api_token resource
github_repository.projects resource
github_repository_environment.dev resource
github_repository_environment.prod resource
github_user.current data source

Inputs

Name Description Type Default Required
environments Map of Environment specific variables map(any) n/a yes
github_token n/a any n/a yes
organization Terraform Organization to Utilize string n/a yes
projects Map of Projects to create Infra for map(any) n/a yes
region n/a string "us-east-1" no
team_api_token n/a any n/a yes

Outputs

No outputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages