Sorry, fairly new. I assume with that you mean this:
Copy code
orgName := "org"
projectName := "proj"
stackName := auto.FullyQualifiedStackName(orgName, projectName, "stack")
// create or select a stack matching the specified name and project.
// this will set up a workspace with everything necessary to run our inline program (deployFunc)
s, err := auto.UpsertStackInlineSource(ctx, stackName, projectName, deployFunc)
if err != nil {
log.Printf("Failed to create Stack: %v\n", err)
}
I would assume that auto.UpsertStackInlineSource is doing what needs to be done to set it
b
billowy-army-68599
11/26/2021, 3:51 PM
yeah, you'd need access to the org called
org
for that to work, do you have a pulumi login?
f
fierce-vr-50495
11/26/2021, 3:52 PM
I do, I just tested it as I assumed you will come with that
fierce-vr-50495
11/26/2021, 3:52 PM
But I do not have any access to any Org. So I removed it and it works like a charm
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.