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

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

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.