script property

TfArg<String>? script
final

Inline shell script. When set, entrypoint / args must NOT be set — the provider rejects the combination.

Implementation

final TfArg<String>? script;