You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to configure the Base path of a GCS snapshot repository but the Terraform provider ignores the base_path setting. If I manually add it on the console, the plan doesn't even show the diff.
Thanks for the bug report, the table is especially helpful, 💯!
If it's the normal behavior (base_path not set -> don't edit it on Kibana even if it is set), feel free to close the issues.
This is correct. The provider won't show a diff for unconfigured attributes in this case (any most optional attributes across the provider). Another test case worth checking prior to closing this is the behaviour when base_path = null in Terraform. This should reset the base path to the ES default but I wouldn't be surprised if that's not the current behaviour though. I'll leave this open until we get a chance to test that case out.
Describe the bug
I want to configure the
Base path
of a GCS snapshot repository but the Terraform provider ignores thebase_path
setting. If I manually add it on the console, the plan doesn't even show the diff.To Reproduce
Steps to reproduce the behavior:
terraform plan
Expected behavior
The base path setting should be updated.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: