bland-pharmacist-96854
10/15/2024, 2:34 PMstrong-vr-23014
10/15/2024, 5:41 PMexport * from './resources';
And then in resources.ts
just create your outputs as you would normally along with your other resources (you have to export them in this file as well so they are available for export in index.ts
).bland-pharmacist-96854
10/15/2024, 5:43 PMbland-pharmacist-96854
10/15/2024, 5:53 PMstrong-vr-23014
10/15/2024, 5:58 PMpulumi
and I think things that are exported "all the way" become outputs automatically? Just have a play around with itbland-pharmacist-96854
10/15/2024, 5:58 PM