@pulumi/dbtcloud 0.2.0-alpha.1720762189 → 0.2.0-alpha.1720848499

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/environment.d.ts +3 -3
  2. package/package.json +2 -2
package/environment.d.ts CHANGED
@@ -90,7 +90,7 @@ export declare class Environment extends pulumi.CustomResource {
90
90
  */
91
91
  readonly dbtVersion: pulumi.Output<string>;
92
92
  /**
93
- * The type of environment. Only valid for environments of type 'deployment' and for now can only be empty or set to 'production'
93
+ * The type of environment. Only valid for environments of type 'deployment' and for now can only be 'production', 'staging' or left empty for generic environments
94
94
  */
95
95
  readonly deploymentType: pulumi.Output<string | undefined>;
96
96
  /**
@@ -147,7 +147,7 @@ export interface EnvironmentState {
147
147
  */
148
148
  dbtVersion?: pulumi.Input<string>;
149
149
  /**
150
- * The type of environment. Only valid for environments of type 'deployment' and for now can only be empty or set to 'production'
150
+ * The type of environment. Only valid for environments of type 'deployment' and for now can only be 'production', 'staging' or left empty for generic environments
151
151
  */
152
152
  deploymentType?: pulumi.Input<string>;
153
153
  /**
@@ -196,7 +196,7 @@ export interface EnvironmentArgs {
196
196
  */
197
197
  dbtVersion: pulumi.Input<string>;
198
198
  /**
199
- * The type of environment. Only valid for environments of type 'deployment' and for now can only be empty or set to 'production'
199
+ * The type of environment. Only valid for environments of type 'deployment' and for now can only be 'production', 'staging' or left empty for generic environments
200
200
  */
201
201
  deploymentType?: pulumi.Input<string>;
202
202
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/dbtcloud",
3
- "version": "0.2.0-alpha.1720762189",
3
+ "version": "0.2.0-alpha.1720848499",
4
4
  "description": "A Pulumi package for creating and managing dbt Cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -26,7 +26,7 @@
26
26
  "pulumi": {
27
27
  "resource": true,
28
28
  "name": "dbtcloud",
29
- "version": "0.2.0-alpha.1720762189",
29
+ "version": "0.2.0-alpha.1720848499",
30
30
  "server": "github://api.github.com/pulumi/pulumi-dbtcloud"
31
31
  }
32
32
  }