Looking for workarounds here
I am creating a single edge deployment with target condition tags.environment = 'pilot'. This target condition results to multiple edge devices.
Requirement: I need to have unique module environment value per device.
Problem : I only have one deployment.json in this case and can only set environment value once that will apply for all devices->modules.
Straight alternative : I can use individual deployments targeting individual devices. Allowing me to have separate deployment jsons which can have unique module environment value per device. This alternative is doable; but preferring a deployment targeting multiple edge devices.
