Hi there, I have two resources: `resource1` and `...
# getting-started
r
Hi there, I have two resources:
resource1
and
resource2
.
resource2
depends on
resource1
, but there's no explicit relationship. How can I ask Pulumi to deploy
resource1
first and
resource2
afterwards?
r
thanks!