-
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
Error: Provider produced inconsistent final plan (aws_codebuild_project) #10615
Comments
I ran
Terraform v0.12.12
macOS Sierra |
I ran this with
|
I'm having really similar situation when working with DynamoDB streams
And Im getting error:
|
@martyna-autumn - I'm seeing the same issue as you with dynamodb streams and lambda mapping. Were you able to find a workaround? |
To elaborate on what @markdfisher said, we're running into the same issue @martyna-autumn ran into, but I'm confused as to why TF is even showing this error. Here's the HCL: resource "aws_lambda_event_source_mapping" "foo" {
event_source_arn = aws_dynamodb_table.vault-db.stream_arn
function_name = module.dynamodb-stream-lambda.arn
starting_position = "LATEST"
} The docs suggest a custom
But Further curious is this part of the error:
The |
Hi! If anyone else is facing the same issue with dynamodb streams and lambda mapping, I was able to get it working after upgrading to AWS provider 1.56.0. |
The fix for this has been merged and will release with |
This has been released in version 2.64.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Community Note
Terraform Version
Terraform v0.12.12
Affected Resource(s)
Terraform Configuration Files
data.template_file.kinesis_lambda_buildspec
Debug Output
Panic Output
Expected Behavior
Terraform apply should apply completely
Actual Behavior
Resources fail to apply with the panic error
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: