samyerkes / terraform-github

Keep track of my Githubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Name Version
github ~> 5.0

Providers

Name Version
github 5.42.0

Modules

No modules.

Resources

Name Type
github_repository.repos_public resource
github_repository.repos_already_existing data source

Inputs

Name Description Type Default Required
organization n/a string n/a yes
repos_already_existing n/a list(string) n/a yes
repos_public n/a
list(object({
name = string
description = string
}))
n/a yes

Outputs

Name Description
github_repository_already_existing_full_name n/a
github_repository_already_existing_html_url n/a
github_repository_already_existing_ssh_clone_url n/a
github_repository_public_full_name n/a
github_repository_public_html_url n/a
github_repository_public_ssh_clone_url n/a

About

Keep track of my Githubs


Languages

Language:HCL 100.0%