@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/input.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumiservice",
3
- "version": "v0.18.1",
3
+ "version": "v0.19.0",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kind/native",
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
  */