In my “Production” environment, I have several variables which are in the “service” scope and which I need to pass into the “environment” scope.
If I delete it (from the service) and recreate it with the correct scope (without intermediate redeployment), I get an error telling me that it already exists. Is there a trick to get around this?
So the issue is that HUBSPOT_FORM_ID was declared twice, in 2 services.
You first need to delete it in those 2 services before being able to add it at environment level.