-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Issues with aws_kinesis_firehose_delivery_stream - externded_s3 state #2997
Comments
Hi, Same problem here. For me, slightly different, it succeed to destroy the firehose but same issue it keep recreating it each it. provider "aws" {
version = "< 1.7.0"
...
} Thanks for you fix. |
Hi! I'm also experiencing this issue. The destruction appears to complete successfully, but the "new" firehose can't be created. aws_kinesis_firehose_delivery_stream.chunker_firehose: Still destroying... (ID: arn:aws:firehose:us-west-2:123456...chunker-firehose1, 10s elapsed)
aws_kinesis_firehose_delivery_stream.cg_log_chunker_firehose: Still destroying... (ID: arn:aws:firehose:us-west-2:123456...chunker-firehose1, 20s elapsed)
aws_kinesis_firehose_delivery_stream.chunker_firehose: Destruction complete after 30s
Error: Error applying plan:
1 error(s) occurred:
* aws_kinesis_firehose_delivery_stream.chunker_firehose: aws_kinesis_firehose_delivery_stream.chunker_firehose: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.10.8
Resource ID: aws_kinesis_firehose_delivery_stream.chunker_firehose
Mismatch reason: attribute mismatch: s3_configuration.0.buffer_interval I can also confirm that the workaround @gbergere mentioned works like a charm. 👍🏻👍🏻 provider "aws" {
version = "< 1.7.0"
...
} Thanks! |
This should be fixed by #2970 |
Thanks for the follow-up, closing. |
This has been released in terraform-provider-aws version 1.7.1. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. Please note we are tracking one additional crash relating to the (lack of) |
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
Terraform:
v0.11.1
Provider:
1.7.0
Affected Resource(s)
Please list the resources as a list, for example:
aws_kinesis_firehose_delivery_stream
(when using
extended_s3
)Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
You will notice the resource tries to recreate on every
apply
and fails todestroy
with errorImportant Factoids
I believe this was added on #2082
References
The text was updated successfully, but these errors were encountered: