I am using pulumi crosswalk to deploy a fargate cl...
# aws
b
I am using pulumi crosswalk to deploy a fargate cluster. Sometimes I want to force a new deployment of fargate service..even though there are no new changes..how do I get pulumi to do this? I do not want to redeploy the entire stack - just the fargate service..thanks!
b
You can update the docker container or the application in the container and deploy that, but otherwise you can't do it with Crosswalk. If you use the base resource (i.e. don't use crosswalk) there is a forceNewDeployment property you can set but this isn't available in Crosswalk
b
thanks!