-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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_stream does not manage s3_backup_mode #1369
Comments
Your |
Hello, I've the same issue with a change from "FailedDocumentsOnly" to "AllDocuments" (Terraform 0.10.8).
But in the AWS console, the "Backup mode" is still "FailedDocumentsOnly". |
I've also found that changing s3_backup_mode in terraform doesn't affect existing delievery stream on AWS. But S3 backup mode can't be changed using AWS Console too. So perhaps it can't be changed at all and this attribute should be marked as forcing the new resource on change? |
I have the same issue with S3 backup mode. I agree with @Hinidu, this parameter requires a new resource on change because it can't be modify. |
It appears this only affects |
Fixes hashicorp#1369. Only for Elasticsearch target, because S3, Redshift and Splunk APIs support changes of this parameter.
The above fix has been merged and will release with version 1.42.0 of the AWS provider, likely later today. 👍 |
This has been released in version 1.42.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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.10.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/mgeggie/f0d776a30ef5f375e7dc5e95abb11ceb
Panic Output
-- None --
Expected Behavior
The
S3BackupMode
of the firehose resource should have been changed fromAllDocuments
toFailedDocumentsOnly
Actual Behavior
The
S3BackupMode
was not changedSteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
aws_kinesis_firehose_delivery_stream.firehose.elasticsearch_configuration.s3_backup_mode
fromAllDocuments
toFailedDocumentsOnly
terraform apply
Important Factoids
Nothing of note.
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: