https://github.com/happypathway/terraform-repo-vars
Terraform Module
https://github.com/happypathway/terraform-repo-vars
module terraform terraform-managed
Last synced: 3 months ago
JSON representation
Terraform Module
- Host: GitHub
- URL: https://github.com/happypathway/terraform-repo-vars
- Owner: HappyPathway
- Created: 2024-08-09T19:34:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T19:27:43.000Z (8 months ago)
- Last Synced: 2024-10-11T04:40:14.676Z (7 months ago)
- Topics: module, terraform, terraform-managed
- Language: HCL
- Homepage:
- Size: 11.7 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-repo-vars/actions/workflows/terraform.yaml)
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| [github](#provider\_github) | 6.2.3 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [github_actions_secret.secret](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/actions_secret) | resource |
| [github_actions_variable.variable](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/actions_variable) | resource |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [repo](#input\_repo) | Name of the terraform workspace and optionally github repo |object({| n/a | yes |
name = string
})
| [secrets](#input\_secrets) | Github Action Secrets |list(object({| `[]` | no |
name = string,
value = string
}))
| [vars](#input\_vars) | Github Action Vars |list(object({| `[]` | no |
name = string,
value = string
}))## Outputs
No outputs.