@pulumi/gcp 7.32.0 → 7.33.0-alpha.1721332169

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/gcp",
3
- "version": "7.32.0",
3
+ "version": "7.33.0-alpha.1721332169",
4
4
  "description": "A Pulumi package for creating and managing Google Cloud Platform resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -27,6 +27,6 @@
27
27
  "pulumi": {
28
28
  "resource": true,
29
29
  "name": "gcp",
30
- "version": "7.32.0"
30
+ "version": "7.33.0-alpha.1721332169"
31
31
  }
32
32
  }
package/types/input.d.ts CHANGED
@@ -17914,6 +17914,9 @@ export declare namespace compute {
17914
17914
  * or `NOT_IN` for anti-affinities.
17915
17915
  */
17916
17916
  operator: pulumi.Input<string>;
17917
+ /**
17918
+ * Corresponds to the label values of a reservation resource.
17919
+ */
17917
17920
  values: pulumi.Input<pulumi.Input<string>[]>;
17918
17921
  }
17919
17922
  interface InstanceTemplateSchedulingOnInstanceStopAction {
@@ -20392,6 +20395,9 @@ export declare namespace compute {
20392
20395
  * or `NOT_IN` for anti-affinities.
20393
20396
  */
20394
20397
  operator: pulumi.Input<string>;
20398
+ /**
20399
+ * Corresponds to the label values of a reservation resource.
20400
+ */
20395
20401
  values: pulumi.Input<pulumi.Input<string>[]>;
20396
20402
  }
20397
20403
  interface RegionInstanceTemplateSchedulingOnInstanceStopAction {
package/types/output.d.ts CHANGED
@@ -26915,6 +26915,9 @@ export declare namespace compute {
26915
26915
  * or `NOT_IN` for anti-affinities.
26916
26916
  */
26917
26917
  operator: string;
26918
+ /**
26919
+ * Corresponds to the label values of a reservation resource.
26920
+ */
26918
26921
  values: string[];
26919
26922
  }
26920
26923
  interface InstanceTemplateSchedulingOnInstanceStopAction {
@@ -29393,6 +29396,9 @@ export declare namespace compute {
29393
29396
  * or `NOT_IN` for anti-affinities.
29394
29397
  */
29395
29398
  operator: string;
29399
+ /**
29400
+ * Corresponds to the label values of a reservation resource.
29401
+ */
29396
29402
  values: string[];
29397
29403
  }
29398
29404
  interface RegionInstanceTemplateSchedulingOnInstanceStopAction {