Skip to content

Commit c109728

Browse files
authored
docs: terraform docs fix (#5)
1 parent dbc6f2b commit c109728

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
## Requirements
33

44
| Name | Version |
5-
|------|---------|
5+
| ---- | ------- |
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | > 1.3 |
77
| <a name="requirement_github"></a> [github](#requirement\_github) | ~> 6.0 |
88

99
## Providers
1010

1111
| Name | Version |
12-
|------|---------|
12+
| ---- | ------- |
1313
| <a name="provider_github"></a> [github](#provider\_github) | ~> 6.0 |
1414
| <a name="provider_sops"></a> [sops](#provider\_sops) | n/a |
1515

@@ -20,7 +20,7 @@ No modules.
2020
## Resources
2121

2222
| Name | Type |
23-
|------|------|
23+
| ---- | ---- |
2424
| [github_actions_secret.secrets](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
2525
| [github_branch_protection.protections](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch_protection) | resource |
2626
| [github_membership.admin](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/membership) | resource |
@@ -33,7 +33,7 @@ No modules.
3333
## Inputs
3434

3535
| Name | Description | Type | Default | Required |
36-
|------|-------------|------|---------|:--------:|
36+
| ---- | ----------- | ---- | ------- | :------: |
3737
| <a name="input_github_owner"></a> [github\_owner](#input\_github\_owner) | The GitHub owner (user or organization) for the repository. | `string` | `"makeitworkcloud"` | no |
3838
| <a name="input_github_visibility"></a> [github\_visibility](#input\_github\_visibility) | Public, private, or internal visibility | `string` | `"public"` | no |
3939

0 commit comments

Comments
 (0)