An open API service indexing awesome lists of open source software.

https://github.com/happypathway/module-repos


https://github.com/happypathway/module-repos

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Requirements

| Name | Version |
|------|---------|
| [github](#requirement\_github) | 6.2.1 |

## Providers

| Name | Version |
|------|---------|
| [google](#provider\_google) | 6.5.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| [modtest\_repos](#module\_modtest\_repos) | HappyPathway/module/tfe | n/a |
| [module](#module\_module) | HappyPathway/module/tfe | n/a |

## Resources

| Name | Type |
|------|------|
| [google_kms_crypto_key.crypto_key](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/kms_crypto_key) | data source |
| [google_kms_key_ring.key_ring](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/kms_key_ring) | data source |
| [google_kms_secret.secrets](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/kms_secret) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [github\_actions](#input\_github\_actions) | The github actions configuration |

object({
username = string
email = string
org = string
})
| n/a | yes |
| [modtest\_repos](#input\_modtest\_repos) | n/a |
list(object(
{
repo = string,
public_module = bool,
mod_source = string
target_workspaces = list(object({
workspace = string
workspace_repo = string
workspace_branch = optional(string, "main")
repo_clone_type = optional(string, "https")
}))
}))
| n/a | yes |
| [organization](#input\_organization) | The name of the organization to create the repository in | `any` | n/a | yes |
| [repos](#input\_repos) | n/a |
list(object(
{
repo = string,
public_module = bool
}
))
| n/a | yes |
| [tfe\_hostname](#input\_tfe\_hostname) | n/a | `string` | `"app.terraform.io"` | no |

## Outputs

| Name | Description |
|------|-------------|
| [repos](#output\_repos) | n/a |