@pulumi/pulumiservice 0.18.1 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/input.d.ts +4 -0
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -207,6 +207,10 @@ export interface OperationContextOIDCArgs {
|
|
|
207
207
|
gcp?: pulumi.Input<inputs.GCPOIDCConfigurationArgs>;
|
|
208
208
|
}
|
|
209
209
|
export interface OperationContextOptionsArgs {
|
|
210
|
+
/**
|
|
211
|
+
* Whether the stack should be deleted after it is destroyed.
|
|
212
|
+
*/
|
|
213
|
+
deleteAfterDestroy?: pulumi.Input<boolean>;
|
|
210
214
|
/**
|
|
211
215
|
* The shell to use to run commands during the deployment. Defaults to 'bash'.
|
|
212
216
|
*/
|