SERVICE_DEPLOYMENT_FAILED
The service deployment has failed. This event is sent for services with deployment circuit breaker logic turned on.
find . -name foo.yml -exec bash -c "grep -q office {} && echo {} && grep office {}" \;
terraform workspace select old-name
terraform state pull >old-name.tfstate
terraform workspace new new-name
terraform state push old-name.tfstate
terraform show just to confirm that the newly-imported state looks "right", before we delete the old workspace
terraform workspace delete -force old-name
Pour prendre des décisions importantes
Server Side apply VS Client Side apply
via Edwin