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
Using Go and the Automation API I've been rolling up updates to a Fastly Compute service for months.
On a regular basis the process breaks with: Detail: Name 'Edge Compute Service' already taken for customer '...'. I've tried fixing this numerous ways, including re-examining my approach in #480. In the end, for time, I've torn down all of the services and re-run the process with a clean slate.
However, that's not practical and I'm trying to find a solution to this issue.
If I try and import the service and apply my changes (as described in #480), then I get: inputs to import do not match the existing resource: [backends loggingS3s package reuse]. However, every part of the service is in the same small piece of code: there has been no manual updates or updates outside of this process.