https://pulumi.com logo
#getting-started
Title
# getting-started
r

rhythmic-branch-12845

07/13/2022, 7:27 AM
basic question that I’m still trying to clarify: 1 “project” can have only 1 “program”, right?
l

limited-rainbow-51650

07/13/2022, 8:52 AM
A project is indeed 1 program representing an infrastructure setup. You can use multiple stacks to “instantiate” this setup multiple times with different configuration, like a
dev
,
staging
and
production
stack.
r

rhythmic-branch-12845

07/13/2022, 8:53 AM
great! thank you!
4 Views