Hi. I'm new to Pulumi and considering using it to ...
# general
f
Hi. I'm new to Pulumi and considering using it to deploy and manage our clusters. Is there a way to see why an update failed? In my case, I am trying to deploy a container application using
cloud.Service
and I received this message after running
pulumi update
for the first time:
Copy code
error: Plan apply failed: 1 error occurred:
    
    * creating urn:pulumi:basic-web-container-dev::basic-web-container::cloud:service:Service$aws:ecs/service:Service::basic-web: timeout while waiting for state to become 'true' (last state: 'false', timeout: 10m0s)