Skip to content

Commit

Permalink
Update dependent AWS terraform secret module
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Dec 12, 2024
1 parent 3f492ee commit 6a33d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/grafana-workspace/modules/rotating-api-key/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ key must be provided.
| Name | Source | Version |
|------|--------|---------|
| <a name="module_rotation"></a> [rotation](#module\_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.4.0 |
| <a name="module_secret"></a> [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.4.0 |
| <a name="module_secret"></a> [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 |

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions aws/grafana-workspace/modules/rotating-api-key/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "secret" {
source = "github.com/thoughtbot/terraform-aws-secrets//secret?ref=v0.4.0"
source = "github.com/thoughtbot/terraform-aws-secrets//secret?ref=v0.8.0"

admin_principals = var.admin_principals
description = "Grafana API Key: ${var.name}"
Expand All @@ -14,7 +14,7 @@ module "secret" {
}

module "rotation" {
source = "github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function?ref=v0.4.0"
source = "github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function?ref=v0.8.0"

handler = "lambda_function.lambda_handler"
role_arn = module.secret.rotation_role_arn
Expand Down

0 comments on commit 6a33d0b

Please sign in to comment.