Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Analytical Platform Terraform App Github Repo • This repository is defined and managed in Terraform

Notifications You must be signed in to change notification settings

ministryofjustice/ap-terraform-app-github-repo

Repository files navigation

Ap-Terraform-App-GitHub-Repo

Creates GitHub repository for application source code

Requirements

Name Version
terraform >= 0.14
github >= 4.0

Providers

Name Version
github 4.29.0

Modules

No modules.

Resources

Name Type
github_repository.this resource
github_team_repository.admin resource
github_team_repository.maintainer resource
github_team.admin_team data source
github_team.maintainer_team data source

Inputs

Name Description Type Default Required
admin_team Name of the admin team string n/a yes
description Description for the repository string n/a yes
maintainer_team Name of the maintainer team string n/a yes
name Name of the ECR and git repository. string n/a yes
template_owner Name of the organisation owning the template repository string n/a yes
template_repository Name of the template repository to use string n/a yes

Outputs

No outputs.