Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: error creating Kinesis Firehose Delivery Stream Firehose record format conversion is not available in the current region. #13499

Open
anoora17 opened this issue May 26, 2020 · 1 comment
Labels
service/firehose Issues and PRs that pertain to the firehose service.

Comments

@anoora17
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v0.12.13

Affected Resource(s)

resource "aws_kinesis_firehose_delivery_stream" "kinesis_firehose" {
destination = "extended_s3"
extended_s3_configuration {
bucket_arn = var.destinationBucketArn
cloudwatch_logging_options {
enabled = true
log_group_name = aws_cloudwatch_log_group.kinesis_firehose_log_destination_group.name
log_stream_name = aws_cloudwatch_log_stream.kinesis_firehose_log_destination_stream.name
}
prefix = local.s3BucketPrefix
role_arn = module.IAMRolesKinesisFirehose.firehose_delivery_role_arn
}
kinesis_source_configuration {
kinesis_stream_arn = aws_kinesis_stream.kinesis_stream.arn
role_arn = module.IAMRolesKinesisFirehose.firehose_delivery_role_arn
}
name = "name-kinesis-firehose"
})
}

  • aws_XXXXX

Debug Output

Error: error creating Kinesis Firehose Delivery Stream: InvalidArgumentException: Firehose record format conversion is not available in the current region.

  1. terraform apply
    Error: error creating Kinesis Firehose Delivery Stream: InvalidArgumentException: Firehose record format conversion is not available in the current region.
    region (aws-us-gov-west-1) east is working also it does work with cloudformation it is kind of disappointing to spend time write code in TF and then I have to switch to CFT again.
@ghost ghost added the service/firehose Issues and PRs that pertain to the firehose service. label May 26, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label May 26, 2020
@justinretzolk
Copy link
Member

Hey @anoora17 馃憢 Thank you for taking the time to file this. Given that there's been a few Terraform and AWS Provider releases since you initially filed it, can you confirm whether you're still experiencing this?

@justinretzolk justinretzolk added waiting-response Maintainers are waiting on response from community or contributor. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 24, 2021
@github-actions github-actions bot removed the waiting-response Maintainers are waiting on response from community or contributor. label Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/firehose Issues and PRs that pertain to the firehose service.
Projects
None yet
Development

No branches or pull requests

2 participants