Skip to content

Commit

Permalink
Fix documentation terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 23, 2024
1 parent e296328 commit ca407ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/kinesis_firehose_delivery_stream.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ resource "aws_kinesis_firehose_delivery_stream" "test_stream" {
destination = "iceberg"
iceberg_configuration {
role_arn = aws_iam_role.firehose_role.arn
catalog_arn = "arn:${data.aws_partition.current.partition}:glue:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:catalog"
role_arn = aws_iam_role.firehose_role.arn
catalog_arn = "arn:${data.aws_partition.current.partition}:glue:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:catalog"
buffering_size = 10
buffering_interval = 400
Expand Down

0 comments on commit ca407ae

Please sign in to comment.