@pulumi/linode 4.22.0 → 4.22.1-alpha.1720029334

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.
@@ -4,6 +4,8 @@ import * as pulumi from "@pulumi/pulumi";
4
4
  *
5
5
  * Due to the sensitive nature of the data exposed by this data source, it should not be used in conjunction with the `LINODE_DEBUG` option. See the [debugging notes](https://www.terraform.io/providers/linode/linode/latest/docs#debugging) for more details.
6
6
  *
7
+ * **NOTE: Parent/Child related features may not be generally available.**
8
+ *
7
9
  * ## Example Usage
8
10
  *
9
11
  * The following example shows how one might use this data source to access child account details.
@@ -95,6 +97,8 @@ export interface GetChildAccountResult {
95
97
  *
96
98
  * Due to the sensitive nature of the data exposed by this data source, it should not be used in conjunction with the `LINODE_DEBUG` option. See the [debugging notes](https://www.terraform.io/providers/linode/linode/latest/docs#debugging) for more details.
97
99
  *
100
+ * **NOTE: Parent/Child related features may not be generally available.**
101
+ *
98
102
  * ## Example Usage
99
103
  *
100
104
  * The following example shows how one might use this data source to access child account details.
@@ -10,6 +10,8 @@ const utilities = require("./utilities");
10
10
  *
11
11
  * Due to the sensitive nature of the data exposed by this data source, it should not be used in conjunction with the `LINODE_DEBUG` option. See the [debugging notes](https://www.terraform.io/providers/linode/linode/latest/docs#debugging) for more details.
12
12
  *
13
+ * **NOTE: Parent/Child related features may not be generally available.**
14
+ *
13
15
  * ## Example Usage
14
16
  *
15
17
  * The following example shows how one might use this data source to access child account details.
@@ -35,6 +37,8 @@ exports.getChildAccount = getChildAccount;
35
37
  *
36
38
  * Due to the sensitive nature of the data exposed by this data source, it should not be used in conjunction with the `LINODE_DEBUG` option. See the [debugging notes](https://www.terraform.io/providers/linode/linode/latest/docs#debugging) for more details.
37
39
  *
40
+ * **NOTE: Parent/Child related features may not be generally available.**
41
+ *
38
42
  * ## Example Usage
39
43
  *
40
44
  * The following example shows how one might use this data source to access child account details.
@@ -1 +1 @@
1
- {"version":3,"file":"getChildAccount.js","sourceRoot":"","sources":["../getChildAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA2ED;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getChildAccount.js","sourceRoot":"","sources":["../getChildAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA2ED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -4,6 +4,8 @@ import * as outputs from "./types/output";
4
4
  /**
5
5
  * Provides information about Linode Child Accounts that match a set of filters.
6
6
  *
7
+ * **NOTE: Parent/Child related features may not be generally available.**
8
+ *
7
9
  * ## Example Usage
8
10
  *
9
11
  * The following example shows how one might use this data source to access Child Accounts under the current Account.
@@ -82,6 +84,8 @@ export interface GetChildAccountsResult {
82
84
  /**
83
85
  * Provides information about Linode Child Accounts that match a set of filters.
84
86
  *
87
+ * **NOTE: Parent/Child related features may not be generally available.**
88
+ *
85
89
  * ## Example Usage
86
90
  *
87
91
  * The following example shows how one might use this data source to access Child Accounts under the current Account.
@@ -8,6 +8,8 @@ const utilities = require("./utilities");
8
8
  /**
9
9
  * Provides information about Linode Child Accounts that match a set of filters.
10
10
  *
11
+ * **NOTE: Parent/Child related features may not be generally available.**
12
+ *
11
13
  * ## Example Usage
12
14
  *
13
15
  * The following example shows how one might use this data source to access Child Accounts under the current Account.
@@ -79,6 +81,8 @@ exports.getChildAccounts = getChildAccounts;
79
81
  /**
80
82
  * Provides information about Linode Child Accounts that match a set of filters.
81
83
  *
84
+ * **NOTE: Parent/Child related features may not be generally available.**
85
+ *
82
86
  * ## Example Usage
83
87
  *
84
88
  * The following example shows how one might use this data source to access Child Accounts under the current Account.
@@ -1 +1 @@
1
- {"version":3,"file":"getChildAccounts.js","sourceRoot":"","sources":["../getChildAccounts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAkBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6DG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
1
+ {"version":3,"file":"getChildAccounts.js","sourceRoot":"","sources":["../getChildAccounts.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+DG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4CAQC;AAkBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+DG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "4.22.0",
3
+ "version": "4.22.1-alpha.1720029334",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "linode",
26
- "version": "4.22.0"
26
+ "version": "4.22.1-alpha.1720029334"
27
27
  }
28
28
  }