@pulumi/pulumi 3.192.0-alpha.x6fd1bd7 → 3.192.0-alpha.x73c2220

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.
@@ -197,6 +197,10 @@ export interface StepEventStateMetadata {
197
197
  * Protect is true to "protect" this resource (protected resources cannot be deleted).
198
198
  */
199
199
  protect?: boolean;
200
+ /**
201
+ * Taint is true to indicate that the resource should be replaced upon the next update.
202
+ */
203
+ taint?: boolean;
200
204
  /**
201
205
  * RetainOnDelete is true if the resource is not physically deleted when it is logically deleted.
202
206
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pulumi",
3
- "version": "3.192.0-alpha.x6fd1bd7",
3
+ "version": "3.192.0-alpha.x73c2220",
4
4
  "description": "Pulumi's Node.js SDK",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/version.js CHANGED
@@ -13,5 +13,5 @@
13
13
  // See the License for the specific language governing permissions and
14
14
  // limitations under the License.
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.version = "3.192.0-alpha.x6fd1bd7";
16
+ exports.version = "3.192.0-alpha.x73c2220";
17
17
  //# sourceMappingURL=version.js.map