Hi,
in this below sparkle-formation code I'm facing an issue where it fails with `ERROR: NoMethodError: undefined method` -' for {"Fn::If"=>["IsDevEnv", 1, 3]}:Hash`
_temp_service_count = if!(:is_dev_env, 1, 3)
for i in 0..(_temp_service_count - 1) do
can somebody help me with this?