Fix typo in kinesis_firehose_delivery_stream.html.markdown

Silly fix, but should be updated.
This commit is contained in:
Jeshua Borges 2016-03-25 16:59:26 -04:00
parent 1324838a15
commit 99a1474545
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ resource "aws_s3_bucket" "bucket" {
acl = "private" acl = "private"
} }
esource "aws_iam_role" "firehose_role" { resource "aws_iam_role" "firehose_role" {
name = "firehose_test_role" name = "firehose_test_role"
assume_role_policy = <<EOF assume_role_policy = <<EOF
{ {