Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
obounaim committed Jan 4, 2024
1 parent 5c91940 commit 913ec6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/secretsmanager/secret_rotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ resource "aws_secretsmanager_secret_version" "test" {
resource "aws_secretsmanager_secret_rotation" "test" {
secret_id = aws_secretsmanager_secret.test.id
rotation_lambda_arn = aws_lambda_function.test.arn
rotate_immediately = false
rotate_immediately = false
rotation_rules {
automatically_after_days = %[2]d
Expand Down

0 comments on commit 913ec6b

Please sign in to comment.