https://github.com/happypathway/module-repos
https://github.com/happypathway/module-repos
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/happypathway/module-repos
- Owner: HappyPathway
- Created: 2024-05-10T16:47:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T07:37:34.000Z (over 1 year ago)
- Last Synced: 2025-11-22T03:56:25.299Z (6 months ago)
- Language: HCL
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |