Skip to content

Commit

Permalink
Fix terrafmt error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jul 18, 2024
1 parent 9adb82d commit 85e2fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/firehose/delivery_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4331,7 +4331,7 @@ resource "aws_secretsmanager_secret" "test" {
}
resource "aws_kinesis_firehose_delivery_stream" "test" {
depends_on = [aws_iam_role_policy.firehose]
depends_on = [aws_iam_role_policy.firehose]
name = %[1]q
destination = "http_endpoint"
Expand Down

0 comments on commit 85e2fbc

Please sign in to comment.