@pulumi/cloudinit 1.4.0-alpha.1697866240 → 1.4.0-alpha.1698198153
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/getConfig.d.ts +0 -34
- package/getConfig.js +0 -34
- package/getConfig.js.map +1 -1
- package/package.json +1 -1
package/getConfig.d.ts
CHANGED
|
@@ -14,23 +14,6 @@ import * as outputs from "./types/output";
|
|
|
14
14
|
*
|
|
15
15
|
* This is not a generalized utility for producing multipart MIME messages. Its
|
|
16
16
|
* featureset is specialized for the features of cloud-init.
|
|
17
|
-
*
|
|
18
|
-
* ## Example Usage
|
|
19
|
-
*
|
|
20
|
-
* ```typescript
|
|
21
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
22
|
-
* import * as cloudinit from "@pulumi/cloudinit";
|
|
23
|
-
*
|
|
24
|
-
* const foo = cloudinit.getConfig({
|
|
25
|
-
* base64Encode: false,
|
|
26
|
-
* gzip: false,
|
|
27
|
-
* parts: [{
|
|
28
|
-
* content: "baz",
|
|
29
|
-
* contentType: "text/x-shellscript",
|
|
30
|
-
* filename: "foobar.sh",
|
|
31
|
-
* }],
|
|
32
|
-
* });
|
|
33
|
-
* ```
|
|
34
17
|
*/
|
|
35
18
|
export declare function getConfig(args: GetConfigArgs, opts?: pulumi.InvokeOptions): Promise<GetConfigResult>;
|
|
36
19
|
/**
|
|
@@ -88,23 +71,6 @@ export interface GetConfigResult {
|
|
|
88
71
|
*
|
|
89
72
|
* This is not a generalized utility for producing multipart MIME messages. Its
|
|
90
73
|
* featureset is specialized for the features of cloud-init.
|
|
91
|
-
*
|
|
92
|
-
* ## Example Usage
|
|
93
|
-
*
|
|
94
|
-
* ```typescript
|
|
95
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
-
* import * as cloudinit from "@pulumi/cloudinit";
|
|
97
|
-
*
|
|
98
|
-
* const foo = cloudinit.getConfig({
|
|
99
|
-
* base64Encode: false,
|
|
100
|
-
* gzip: false,
|
|
101
|
-
* parts: [{
|
|
102
|
-
* content: "baz",
|
|
103
|
-
* contentType: "text/x-shellscript",
|
|
104
|
-
* filename: "foobar.sh",
|
|
105
|
-
* }],
|
|
106
|
-
* });
|
|
107
|
-
* ```
|
|
108
74
|
*/
|
|
109
75
|
export declare function getConfigOutput(args: GetConfigOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetConfigResult>;
|
|
110
76
|
/**
|
package/getConfig.js
CHANGED
|
@@ -18,23 +18,6 @@ const utilities = require("./utilities");
|
|
|
18
18
|
*
|
|
19
19
|
* This is not a generalized utility for producing multipart MIME messages. Its
|
|
20
20
|
* featureset is specialized for the features of cloud-init.
|
|
21
|
-
*
|
|
22
|
-
* ## Example Usage
|
|
23
|
-
*
|
|
24
|
-
* ```typescript
|
|
25
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
-
* import * as cloudinit from "@pulumi/cloudinit";
|
|
27
|
-
*
|
|
28
|
-
* const foo = cloudinit.getConfig({
|
|
29
|
-
* base64Encode: false,
|
|
30
|
-
* gzip: false,
|
|
31
|
-
* parts: [{
|
|
32
|
-
* content: "baz",
|
|
33
|
-
* contentType: "text/x-shellscript",
|
|
34
|
-
* filename: "foobar.sh",
|
|
35
|
-
* }],
|
|
36
|
-
* });
|
|
37
|
-
* ```
|
|
38
21
|
*/
|
|
39
22
|
function getConfig(args, opts) {
|
|
40
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -59,23 +42,6 @@ exports.getConfig = getConfig;
|
|
|
59
42
|
*
|
|
60
43
|
* This is not a generalized utility for producing multipart MIME messages. Its
|
|
61
44
|
* featureset is specialized for the features of cloud-init.
|
|
62
|
-
*
|
|
63
|
-
* ## Example Usage
|
|
64
|
-
*
|
|
65
|
-
* ```typescript
|
|
66
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
67
|
-
* import * as cloudinit from "@pulumi/cloudinit";
|
|
68
|
-
*
|
|
69
|
-
* const foo = cloudinit.getConfig({
|
|
70
|
-
* base64Encode: false,
|
|
71
|
-
* gzip: false,
|
|
72
|
-
* parts: [{
|
|
73
|
-
* content: "baz",
|
|
74
|
-
* contentType: "text/x-shellscript",
|
|
75
|
-
* filename: "foobar.sh",
|
|
76
|
-
* }],
|
|
77
|
-
* });
|
|
78
|
-
* ```
|
|
79
45
|
*/
|
|
80
46
|
function getConfigOutput(args, opts) {
|
|
81
47
|
return pulumi.output(args).apply((a) => getConfig(a, opts));
|
package/getConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfig.js","sourceRoot":"","sources":["../getConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getConfig.js","sourceRoot":"","sources":["../getConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,8BASC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
|
package/package.json
CHANGED