Skip to content

Commit 99a1474

Browse files
committed
Fix typo in kinesis_firehose_delivery_stream.html.markdown
Silly fix, but should be updated.
1 parent 1324838 commit 99a1474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/kinesis_firehose_delivery_stream.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "aws_s3_bucket" "bucket" {
2020
acl = "private"
2121
}
2222
23-
esource "aws_iam_role" "firehose_role" {
23+
resource "aws_iam_role" "firehose_role" {
2424
name = "firehose_test_role"
2525
assume_role_policy = <<EOF
2626
{

0 commit comments

Comments
 (0)