hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.62k stars 9.01k forks source link

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

Open anoora17 opened 4 years ago

anoora17 commented 4 years ago

Community Note

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" }) }

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.
justinretzolk commented 2 years ago

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?

github-actions[bot] commented 2 weeks ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!