-
-
Notifications
You must be signed in to change notification settings - Fork 709
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 produced inconsistent final plan for source_code_hash #663
Comments
I'm encountering this on a similar example. I ran into it specifically (so far) when I changed from |
This issue has been automatically marked as stale because it has been open 30 days |
Not stale |
having same issue as well. initial apply works fine. but once i modify the index.py script. i get this error
|
well. i re-ran |
Description
I had an issue with changes and deployment of lambda function when using auto build. Maybe this is more a provoder bug?
Versions
Module version: 7.20.1
Terraform version:
Providers required by configuration:
Reproduction Code
Steps to reproduce the behavior:
terraform apply
Expected behavior
Should be deployed.
Actual behavior
Deployment fails. After two retries, it works fine.
Terminal Output Screenshot(s)
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ module.cdn_function_reisemagazin_rewrite.aws_lambda_function.this[0] to include new
│ values learned so far during apply, provider
│ "registry.terraform.io/hashicorp/aws" produced an invalid new value for
│ .source_code_hash: was
│ cty.StringVal("pL+RtsVm8jioo3I9uYiR4yPfc0hfbKtBz1zkSqbuMWk="), but now
│ cty.StringVal("Gli5ygJZc6siVv3F42MWnJnROrQcNfTgVgzScmsw2CY=").
│
│ This is a bug in the provider, which should be reported in the provider's own
│ issue tracker.
The text was updated successfully, but these errors were encountered: