@pulumi/dbtcloud 0.2.0-alpha.1726205477 → 0.2.0-alpha.1726723932

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/dbtcloud",
3
- "version": "0.2.0-alpha.1726205477",
3
+ "version": "0.2.0-alpha.1726723932",
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.1726205477",
29
+ "version": "0.2.0-alpha.1726723932",
30
30
  "server": "github://api.github.com/pulumi/pulumi-dbtcloud"
31
31
  }
32
32
  }
package/types/input.d.ts CHANGED
@@ -282,7 +282,7 @@ export interface GlobalConnectionPostgres {
282
282
  /**
283
283
  * The database name for this connection.
284
284
  */
285
- dbname?: pulumi.Input<string>;
285
+ dbname: pulumi.Input<string>;
286
286
  /**
287
287
  * The hostname of the database.
288
288
  */
@@ -322,7 +322,7 @@ export interface GlobalConnectionRedshift {
322
322
  /**
323
323
  * The database name for this connection.
324
324
  */
325
- dbname?: pulumi.Input<string>;
325
+ dbname: pulumi.Input<string>;
326
326
  /**
327
327
  * The hostname of the data warehouse.
328
328
  */
package/types/output.d.ts CHANGED
@@ -970,7 +970,7 @@ export interface GlobalConnectionPostgres {
970
970
  /**
971
971
  * The database name for this connection.
972
972
  */
973
- dbname?: string;
973
+ dbname: string;
974
974
  /**
975
975
  * The hostname of the database.
976
976
  */
@@ -1010,7 +1010,7 @@ export interface GlobalConnectionRedshift {
1010
1010
  /**
1011
1011
  * The database name for this connection.
1012
1012
  */
1013
- dbname?: string;
1013
+ dbname: string;
1014
1014
  /**
1015
1015
  * The hostname of the data warehouse.
1016
1016
  */