Skip to content

Commit

Permalink
fix(versions): do not specify provider
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
  • Loading branch information
tbobm committed Dec 15, 2021
1 parent 956bcc6 commit fd9298c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,13 @@ module "secrets" {
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_github"></a> [github](#requirement\_github) | ~> 4.0 |
No requirements.

## Providers

| Name | Version |
|------|---------|
| <a name="provider_github"></a> [github](#provider\_github) | ~> 4.0 |
| <a name="provider_github"></a> [github](#provider\_github) | n/a |

## Modules

Expand All @@ -110,9 +108,9 @@ No modules.

| Name | Type |
|------|------|
| [github_actions_environment_secret.this](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_environment_secret) | resource |
| [github_actions_secret.this](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_secret) | resource |
| [github_repository.this](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/repository) | data source |
| [github_actions_environment_secret.this](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/actions_environment_secret) | resource |
| [github_actions_secret.this](https://registry.terraform.io/providers/hashicorp/github/latest/docs/resources/actions_secret) | resource |
| [github_repository.this](https://registry.terraform.io/providers/hashicorp/github/latest/docs/data-sources/repository) | data source |

## Inputs

Expand Down
8 changes: 0 additions & 8 deletions versions.tf

This file was deleted.

0 comments on commit fd9298c

Please sign in to comment.