Hi All,
Is there a way to load data bags during run time? I am creating some data bag item in a chef run by one recipe and then want to load the same data bag item into an other recipe in the same run. I know there are alternative approaches to send that data via attributes or using node.run_state
but still wanted to know if there is any way to make it load lazily when using data_bag_item
method.
Cheers!