mirror of https://github.com/pulumi/pulumi.git
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
![]() |
import * as pulumi from "@pulumi/pulumi";
|
||
|
|
||
|
// If this is run onder "module": "esnext", it will fail. Neither the import nor the export are
|
||
|
// valid for "esnext".
|
||
|
|
||
|
// Export the name of the bucket
|
||
|
export const bucketName = "name";
|