https://github.com/happypathway/terraform-docker-workspace
Terraform Module
https://github.com/happypathway/terraform-docker-workspace
module terraform terraform-managed
Last synced: 4 months ago
JSON representation
Terraform Module
- Host: GitHub
- URL: https://github.com/happypathway/terraform-docker-workspace
- Owner: HappyPathway
- Created: 2024-09-09T17:43:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:04:06.000Z (over 1 year ago)
- Last Synced: 2025-06-12T23:40:15.793Z (about 1 year ago)
- Topics: module, terraform, terraform-managed
- Language: HCL
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/HappyPathway/terraform-docker-workspace/actions/workflows/terraform.yaml)
## Requirements
No requirements.
## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [docker-workspace](#module\_docker-workspace) | app.terraform.io/roknsound/repo/github | n/a |
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [archive\_on\_destroy](#input\_archive\_on\_destroy) | Archive the repository on destroy | `bool` | `false` | no |
| [docker\_hub\_org](#input\_docker\_hub\_org) | n/a | `string` | n/a | yes |
| [github\_actions](#input\_github\_actions) | Missing Variables: [ "github\_actions", "github\_codeowners\_team", "github\_org\_teams", "github\_repo\_description", "repo\_name", "repo\_org", "repo\_vars" ] |
object({
email = string
username = string
server = string
}) | n/a | yes |
| [github\_codeowners\_team](#input\_github\_codeowners\_team) | n/a | `string` | n/a | yes |
| [github\_org\_teams](#input\_github\_org\_teams) | n/a | list(object({
id = string
slug = string
})) | n/a | yes |
| [github\_repo\_description](#input\_github\_repo\_description) | n/a | `string` | n/a | yes |
| [github\_token](#input\_github\_token) | n/a | `string` | `null` | no |
| [private\_repo](#input\_private\_repo) | Set the GitHub repository to private | `bool` | `false` | no |
| [repo\_name](#input\_repo\_name) | n/a | `string` | n/a | yes |
| [repo\_org](#input\_repo\_org) | n/a | `string` | n/a | yes |
| [secrets](#input\_secrets) | Github Action Secrets | list(object({
name = string,
value = string
})) | `[]` | no |
| [source\_image](#input\_source\_image) | n/a | `string` | n/a | yes |
| [vars](#input\_vars) | Github Action Vars | list(object({
name = string,
value = string
})) | `[]` | no |
## Outputs
No outputs.