https://github.com/makeitworkcloud/tfroot-github
GitHub tfstate repo
https://github.com/makeitworkcloud/tfroot-github
github-provider-terraform s3-backend sops tfstate
Last synced: about 1 month ago
JSON representation
GitHub tfstate repo
- Host: GitHub
- URL: https://github.com/makeitworkcloud/tfroot-github
- Owner: makeitworkcloud
- License: gpl-3.0
- Created: 2025-12-20T20:47:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-30T01:46:58.000Z (about 1 month ago)
- Last Synced: 2026-04-30T03:30:50.443Z (about 1 month ago)
- Topics: github-provider-terraform, s3-backend, sops, tfstate
- Language: HCL
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
## Requirements
| Name | Version |
| ---- | ------- |
| [terraform](#requirement\_terraform) | > 1.3 |
| [github](#requirement\_github) | ~> 6.0 |
## Providers
| Name | Version |
| ---- | ------- |
| [github](#provider\_github) | ~> 6.0 |
| [sops](#provider\_sops) | n/a |
## Modules
No modules.
## Resources
| Name | Type |
| ---- | ---- |
| [github_actions_secret.secrets](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_branch_protection.protections](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch_protection) | resource |
| [github_membership.admin](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/membership) | resource |
| [github_repository.repositories](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository) | resource |
| [github_team.admins](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team) | resource |
| [github_team.developers](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team) | resource |
| [github_team_membership.admins_xnoto](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_membership) | resource |
| [sops_file.secret_vars](https://registry.terraform.io/providers/carlpett/sops/latest/docs/data-sources/file) | data source |
## Inputs
| Name | Description | Type | Default | Required |
| ---- | ----------- | ---- | ------- | :------: |
| [github\_owner](#input\_github\_owner) | The GitHub owner (user or organization) for the repository. | `string` | `"makeitworkcloud"` | no |
| [github\_visibility](#input\_github\_visibility) | Public, private, or internal visibility | `string` | `"public"` | no |
## Outputs
No outputs.