mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo in kinesis_firehose_delivery_stream.html.markdown
Silly fix, but should be updated.
This commit is contained in:
parent
1324838a15
commit
99a1474545
@ -20,7 +20,7 @@ resource "aws_s3_bucket" "bucket" {
|
||||
acl = "private"
|
||||
}
|
||||
|
||||
esource "aws_iam_role" "firehose_role" {
|
||||
resource "aws_iam_role" "firehose_role" {
|
||||
name = "firehose_test_role"
|
||||
assume_role_policy = <<EOF
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user