create property

Output<String?> create
latefinal

The command to run once on resource creation.

If an update command isn't provided, then create will also be run when the resource's inputs are modified.

Note that this command will not be executed if the resource has already been created and its inputs are unchanged.

Use local.runOutput if you need to run a command on every execution of your program.

Implementation

late final pulumi.Output<String?> create;