Our approach at the moment is using the `aws ecs r...
# spicedb
b
Our approach at the moment is using the
aws ecs run-task
cli via a terraform
terraform_data
resource with a
local-exec
provisioner so we can detect changes to the image tag (or some other value like the
revision
if we don't want to run
migrate head
) and trigger the migration task
2 Views