sparse-intern-71089
11/17/2022, 9:13 PMplain-gigabyte-40915
11/18/2022, 1:42 AMnew StackReference("myOrg/myStack/dev")
.output("projectNumber")
.apply(value -> {
createIamMember(value.toString(),ctx);
return Output.of(value);
});
new StackReference("myOrg/myStack/prod")
.output("projectNumber")
.apply(value -> {
createIamMember(value.toString(),ctx);
return Output.of(value);
});
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.
Powered by