Skip to content

Commit

Permalink
Merge pull request #9 from GlueOps/feat/update-providers
Browse files Browse the repository at this point in the history
feat: update hashicorp/local provider 2.3.0 -> 2.4.0
  • Loading branch information
venkatamutyala committed Mar 23, 2023
2 parents f1e6637 + f50fffe commit 0d810b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ If you are using a self-signed SSL you need to let the vault SDK know to skip SS

| Name | Version |
|------|---------|
| <a name="requirement_local"></a> [local](#requirement\_local) | 2.3.0 |
| <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 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_local"></a> [local](#provider\_local) | 2.3.0 |
| <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 |

Expand All @@ -46,7 +46,7 @@ No modules.

| Name | Type |
|------|------|
| [local_sensitive_file.foo](https://registry.terraform.io/providers/hashicorp/local/2.3.0/docs/resources/sensitive_file) | resource |
| [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 |

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
source = "rickardgranberg/vaultoperator"
}
local = {
version = "2.3.0"
version = "2.4.0"
source = "hashicorp/local"
}
time = {
Expand Down

0 comments on commit 0d810b7

Please sign in to comment.