-
Notifications
You must be signed in to change notification settings - Fork 118
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
Number numeric attribute plan modifier failed error on 3.4.0 #299
Comments
Number numeric attribute plan modifier failed error
on 3.4.0
We experienced the problem and can reproduce it if you need help fixing it. |
Confirmed as well - broke several of our projects today, reverted to |
Hi @lra 👋 Thank you for the offer. Could you share your reproduction? I'm unable to reproduce with this configuration: resource "random_password" "password" {
length = 16
override_special = "_%$!"
} By first applying it with 3.3.2 then again with 3.4.0. |
Also @ericzarcone if you are actually running on v1.1.0 of Terraform, you may want to upgrade to at least v1.1.2 as soon as possible. |
After changing to 3.3.2, the error is removed.
|
+1 confirmed broken on our environment as well, same symptoms. |
@ericzarcone 👋, unfortunately I cannot reproduce the issue using the configuration you supplied. Are you able to let us see the complete configuration that you are using? @NJITman 👋, thank you for the reproduction. Using the configuration you supplied I can reproduce the issue. |
… in config but have different values (#299)
Here's an example of a Prior to upgrade:
Post upgrade to 3.4.0:
We have plenty of other occurrences by I guess they are all due to the same reasons. |
@ericzarcone @NJITman can you confirm whether the issue you described persists with |
3.4.1 is a winner!
|
Our issue #299 (comment) is still valid in v3.4.1. Should I open a new issue? |
@lra it looks like the issue you have described is a little different from the description @ericzarcone and @NJITman gave in that you do not appear to be seeing an error output indicating |
Done, thanks. |
I'm going to close this issue as the issue described by @NJITman has been fixed and there has been no further upvotes or indication from @ericzarcone that this issue persists. The issue that @lra described is now included in #302 (comment). |
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. |
Terraform CLI and Provider Versions
Terraform Configuration
Expected Behavior
No changes are detected to the previously created random password resource.
Actual Behavior
The following error is received as part of the plan
Steps to Reproduce
random
providerterraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Reverting back to v3.3.2 resolves the issues.
Code of Conduct
The text was updated successfully, but these errors were encountered: