-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Bug] elasticstack_fleet_output produces inconsistent result after 0.11.8 upgrade #836
Comments
Since I authored it, figured I would take a stab at this. Did you continue to have the error afterwards, or was it only transient during the upgrade? fwiw, I can't replicate this with the following:
|
I confirm this bug in "0.11.8" version.
Successful in 0.11.7 |
The error remained until I added |
@MichalMarchewka looking into your configuration you have |
@mag-mkorn I'm also not able to reproduce this and have tried a few permutations around the 0.11.8 upgrade path. Are you able to reproduce this in a test setup where you're able to get debug logs?
Just checking this is accurate? |
Hi tobio, i tried to reproduce the error on a fresh deployment. First, I didn't get the error as well. But after opening the Output Settings on the UI and clicking save, the error occurs. So apparently saving in the UI adds the empty string variable that leads to the error. |
I think that's one of the nullable problem fields too, might make sense to
default empty string that ca field
…On Thu, Oct 24, 2024, 3:52 AM mag-mkorn ***@***.***> wrote:
@mag-mkorn <https://github.com/mag-mkorn> I'm also not able to reproduce
this and have tried a few permutations around the 0.11.8 upgrade path.
Are you able to reproduce this in a test setup where you're able to get
debug logs?
Elasticsearch Version 8.15.2
Just checking this is accurate?
Hi tobio,
i tried to reproduce the error on a fresh deployment. First, I didn't get
the error as well. But after opening the Output Settings on the UI and
clicking save, the error occurs.
So apparently saving in the UI adds the empty string variable that leads
to the error.
—
Reply to this email directly, view it on GitHub
<#836 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMTBC4LW3BL75OHTVHA33Z5CRNXAVCNFSM6AAAAABPUDIKNSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZUGU2TGMZUGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
After upgrading the provider from 0.11.7 to 0.11.8 the provider plans to perform an in-place update to a pre-existing elasticstack_fleet_output-resource and ultimately fails.
To Reproduce
Resource config:
Expected behavior
Don't perform any changes without showing the reason for the change. Don't fail on comparing null values to empty strings.
Debug output
Currently not possible to provide, as TF is executed as CI Pipeline with not easily accessible secrets.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: