-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AWS Kinesis Firehose Delivery repeatably fails on first run, success on second run #3380
Comments
The fix for this has been merged into master and will be released in v1.10.0 of the AWS provider, likely next week. Thanks again for the report! |
@bflad This error seems to still be happening for Kinesis Firehose when trying to connect it to an existing AWS ElasticSearch cluster. However, the error is a bit different, and that's probably why this fix isn't working for it. The workaround, just like this ticket, is to run |
Thanks for the heads up @CharlieC3! I can get that fixed up once the new issue is in. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
I also tested this on terraform 0.10.8 with the same results.
Affected Resource(s)
Please list the resources as a list, for example:
This also seems related to a similar issue that was found in aws_ecr_repository and aws_ecr_repository_policy, issue #545
Terraform Configuration Files
Debug Output
debug output of first run: https://gist.github.com/rexroof/f6562cf49d7e308b21ddda4750a549fa
debug output of second run: https://gist.github.com/rexroof/f62fccb56da2734197252954ad7d372f
Expected Behavior
creation of kinesis firehose should complete successfully after waiting for iam policy to be applied
Actual Behavior
apply stopped, this error:
[WARN] Error creating Kinesis Firehose Delivery Stream: InvalidArgumentException: Role
arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:
us-east-1:702151822554:stream/testing_example.
Steps to Reproduce
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: