Skip to content

Commit

Permalink
Update versions.tf (#12)
Browse files Browse the repository at this point in the history
* Update versions.tf

* terraform-docs: automated action

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
venkatamutyala and github-actions[bot] committed Jun 14, 2023
1 parent 001fd6a commit 7ef9a28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ module "initialize_vault_cluster" {

## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_local"></a> [local](#requirement\_local) | 2.4.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.9.1 |
| <a name="requirement_vaultoperator"></a> [vaultoperator](#requirement\_vaultoperator) | 0.1.8 |
No requirements.

## Providers

| Name | Version |
|------|---------|
| <a name="provider_local"></a> [local](#provider\_local) | 2.4.0 |
| <a name="provider_time"></a> [time](#provider\_time) | 0.9.1 |
| <a name="provider_vaultoperator"></a> [vaultoperator](#provider\_vaultoperator) | 0.1.8 |
| <a name="provider_local"></a> [local](#provider\_local) | n/a |
| <a name="provider_time"></a> [time](#provider\_time) | n/a |
| <a name="provider_vaultoperator"></a> [vaultoperator](#provider\_vaultoperator) | n/a |

## Modules

Expand All @@ -43,9 +39,9 @@ No modules.

| Name | Type |
|------|------|
| [local_sensitive_file.foo](https://registry.terraform.io/providers/hashicorp/local/2.4.0/docs/resources/sensitive_file) | resource |
| [time_static.unseal-vault](https://registry.terraform.io/providers/hashicorp/time/0.9.1/docs/resources/static) | resource |
| [vaultoperator_init.default](https://registry.terraform.io/providers/rickardgranberg/vaultoperator/0.1.8/docs/resources/init) | resource |
| [local_sensitive_file.foo](https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/sensitive_file) | resource |
| [time_static.unseal-vault](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/static) | resource |
| [vaultoperator_init.default](https://registry.terraform.io/providers/rickardgranberg/vaultoperator/latest/docs/resources/init) | resource |

## Inputs

Expand Down
3 changes: 0 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
terraform {
required_providers {
vaultoperator = {
version = "0.1.8"
source = "rickardgranberg/vaultoperator"
}
local = {
version = "2.4.0"
source = "hashicorp/local"
}
time = {
version = "0.9.1"
source = "hashicorp/time"
}
}
Expand Down

0 comments on commit 7ef9a28

Please sign in to comment.