-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider/aws: Kinesis Firehose #3833
Conversation
… the S3 configuration right now as Terraform doesn't include RedShift support
…le for and also that s3 is the only destination involved right now
} | ||
``` | ||
|
||
~> **NOTE:** Kinesis Firehose is currently only support in us-east-1, us-west-2 and eu-west-1. This implementation of Kinesis Firehose only supports the s3 destination type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a minor typo here: support -> supported. It might also be worth calling out explicity that this resource only supports S3 as Terraform doesn't yet support Redshift.
Changing the AWS Kinesis Firehose docs as per @jen20's feedback
provider/aws: Add Kinesis Firehose resource
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Introduction of Kinesis Firehose as per the request in #3830
This implementation only takes into account the S3 destination as terraform doesn't support Redshift yet