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 am using the provider elasticsearch_xpack_index_lifecycle_policy and everytime I am deploying code even without any changes, it is saying, that the following values have been updated, like:- - in_use_by = {} -> null - modified_date = "2023-12-20T12:01:52.586Z" -> null - version = 4 -> null
I don't want terraform to pick these changes.
I tried using lifecycle block, and ignore_changes feature, but it is also giving below error:
Error: Unsupported attribute
on logging.tf line 304, in resource "elasticsearch_xpack_index_lifecycle_policy" "app_logs_policy":
304: in_use_by,
This object has no argument, nested block, or exported attribute named
"in_use_by".
Provider: phillbaker/elasticsearch
Version: 2.0.7
Please resolve this issue asap!
The text was updated successfully, but these errors were encountered:
I am using the provider
elasticsearch_xpack_index_lifecycle_policy
and everytime I am deploying code even without any changes, it is saying, that the following values have been updated, like:-- in_use_by = {} -> null
- modified_date = "2023-12-20T12:01:52.586Z" -> null
- version = 4 -> null
I don't want terraform to pick these changes.
I tried using
lifecycle
block, andignore_changes
feature, but it is also giving below error:Provider: phillbaker/elasticsearch
Version: 2.0.7
Please resolve this issue asap!
The text was updated successfully, but these errors were encountered: