@pierskarsenbarg/sdm 1.6.0 → 1.7.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/workflow.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pierskarsenbarg/sdm",
3
- "version": "v1.6.0",
3
+ "version": "v1.7.0",
4
4
  "description": "A Pulumi package for creating and managing StrongDM cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/workflow.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class Workflow extends pulumi.CustomResource {
78
78
  /**
79
79
  * Optional weight for workflow to specify it's priority in matching a request.
80
80
  */
81
- readonly weight: pulumi.Output<number | undefined>;
81
+ readonly weight: pulumi.Output<number>;
82
82
  /**
83
83
  * Create a Workflow resource with the given unique name, arguments, and options.
84
84
  *