@pulumi/consul 3.12.1 → 3.12.3-alpha.1734111860
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/getAclAuthMethod.d.ts +1 -1
- package/getAclAuthMethod.js +6 -1
- package/getAclAuthMethod.js.map +1 -1
- package/getAclPolicy.d.ts +1 -1
- package/getAclPolicy.js +6 -1
- package/getAclPolicy.js.map +1 -1
- package/getAclRole.d.ts +1 -1
- package/getAclRole.js +6 -1
- package/getAclRole.js.map +1 -1
- package/getAclToken.d.ts +1 -1
- package/getAclToken.js +6 -1
- package/getAclToken.js.map +1 -1
- package/getAclTokenSecretId.d.ts +1 -1
- package/getAclTokenSecretId.js +7 -1
- package/getAclTokenSecretId.js.map +1 -1
- package/getAgentConfig.d.ts +1 -1
- package/getAgentConfig.js +2 -1
- package/getAgentConfig.js.map +1 -1
- package/getAgentSelf.d.ts +1 -1
- package/getAgentSelf.js +2 -1
- package/getAgentSelf.js.map +1 -1
- package/getAutopilotHealth.d.ts +1 -1
- package/getAutopilotHealth.js +5 -1
- package/getAutopilotHealth.js.map +1 -1
- package/getCatalogNodes.d.ts +1 -1
- package/getCatalogNodes.js +6 -1
- package/getCatalogNodes.js.map +1 -1
- package/getCatalogService.d.ts +1 -1
- package/getCatalogService.js +9 -1
- package/getCatalogService.js.map +1 -1
- package/getCatalogServices.d.ts +1 -1
- package/getCatalogServices.js +6 -1
- package/getCatalogServices.js.map +1 -1
- package/getConfigEntry.d.ts +1 -1
- package/getConfigEntry.js +7 -1
- package/getConfigEntry.js.map +1 -1
- package/getConfigEntryV2ExportedServices.d.ts +1 -1
- package/getConfigEntryV2ExportedServices.js +11 -1
- package/getConfigEntryV2ExportedServices.js.map +1 -1
- package/getDatacenters.d.ts +1 -1
- package/getDatacenters.js +2 -1
- package/getDatacenters.js.map +1 -1
- package/getKeyPrefix.d.ts +1 -1
- package/getKeyPrefix.js +9 -1
- package/getKeyPrefix.js.map +1 -1
- package/getKeys.d.ts +1 -1
- package/getKeys.js +10 -1
- package/getKeys.js.map +1 -1
- package/getNetworkAreaMembers.d.ts +1 -1
- package/getNetworkAreaMembers.js +6 -1
- package/getNetworkAreaMembers.js.map +1 -1
- package/getNetworkSegments.d.ts +1 -1
- package/getNetworkSegments.js +6 -1
- package/getNetworkSegments.js.map +1 -1
- package/getNodes.d.ts +1 -1
- package/getNodes.js +5 -1
- package/getNodes.js.map +1 -1
- package/getPeering.d.ts +1 -1
- package/getPeering.js +5 -1
- package/getPeering.js.map +1 -1
- package/getPeerings.d.ts +1 -1
- package/getPeerings.js +5 -1
- package/getPeerings.js.map +1 -1
- package/getService.d.ts +1 -1
- package/getService.js +8 -1
- package/getService.js.map +1 -1
- package/getServiceHealth.d.ts +1 -1
- package/getServiceHealth.js +11 -1
- package/getServiceHealth.js.map +1 -1
- package/getServices.d.ts +1 -1
- package/getServices.js +5 -1
- package/getServices.js.map +1 -1
- package/package.json +3 -3
package/getAclAuthMethod.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export interface GetAclAuthMethodResult {
|
|
|
104
104
|
* export const consulAclAuthMethod = test.then(test => test.config);
|
|
105
105
|
* ```
|
|
106
106
|
*/
|
|
107
|
-
export declare function getAclAuthMethodOutput(args: GetAclAuthMethodOutputArgs, opts?: pulumi.
|
|
107
|
+
export declare function getAclAuthMethodOutput(args: GetAclAuthMethodOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclAuthMethodResult>;
|
|
108
108
|
/**
|
|
109
109
|
* A collection of arguments for invoking getAclAuthMethod.
|
|
110
110
|
*/
|
package/getAclAuthMethod.js
CHANGED
|
@@ -47,7 +47,12 @@ exports.getAclAuthMethod = getAclAuthMethod;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getAclAuthMethodOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
|
+
return pulumi.runtime.invokeOutput("consul:index/getAclAuthMethod:getAclAuthMethod", {
|
|
52
|
+
"name": args.name,
|
|
53
|
+
"namespace": args.namespace,
|
|
54
|
+
"partition": args.partition,
|
|
55
|
+
}, opts);
|
|
51
56
|
}
|
|
52
57
|
exports.getAclAuthMethodOutput = getAclAuthMethodOutput;
|
|
53
58
|
//# sourceMappingURL=getAclAuthMethod.js.map
|
package/getAclAuthMethod.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclAuthMethod.js","sourceRoot":"","sources":["../getAclAuthMethod.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAclAuthMethod.js","sourceRoot":"","sources":["../getAclAuthMethod.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC;AAwED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wDAOC"}
|
package/getAclPolicy.d.ts
CHANGED
|
@@ -73,7 +73,7 @@ export interface GetAclPolicyResult {
|
|
|
73
73
|
* export const consulAclPolicy = agent.then(agent => agent.rules);
|
|
74
74
|
* ```
|
|
75
75
|
*/
|
|
76
|
-
export declare function getAclPolicyOutput(args: GetAclPolicyOutputArgs, opts?: pulumi.
|
|
76
|
+
export declare function getAclPolicyOutput(args: GetAclPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclPolicyResult>;
|
|
77
77
|
/**
|
|
78
78
|
* A collection of arguments for invoking getAclPolicy.
|
|
79
79
|
*/
|
package/getAclPolicy.js
CHANGED
|
@@ -47,7 +47,12 @@ exports.getAclPolicy = getAclPolicy;
|
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
49
|
function getAclPolicyOutput(args, opts) {
|
|
50
|
-
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
51
|
+
return pulumi.runtime.invokeOutput("consul:index/getAclPolicy:getAclPolicy", {
|
|
52
|
+
"name": args.name,
|
|
53
|
+
"namespace": args.namespace,
|
|
54
|
+
"partition": args.partition,
|
|
55
|
+
}, opts);
|
|
51
56
|
}
|
|
52
57
|
exports.getAclPolicyOutput = getAclPolicyOutput;
|
|
53
58
|
//# sourceMappingURL=getAclPolicy.js.map
|
package/getAclPolicy.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclPolicy.js","sourceRoot":"","sources":["../getAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAclPolicy.js","sourceRoot":"","sources":["../getAclPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oCAOC;AA4CD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC"}
|
package/getAclRole.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ export interface GetAclRoleResult {
|
|
|
89
89
|
* export const consulAclRole = test.then(test => test.id);
|
|
90
90
|
* ```
|
|
91
91
|
*/
|
|
92
|
-
export declare function getAclRoleOutput(args: GetAclRoleOutputArgs, opts?: pulumi.
|
|
92
|
+
export declare function getAclRoleOutput(args: GetAclRoleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclRoleResult>;
|
|
93
93
|
/**
|
|
94
94
|
* A collection of arguments for invoking getAclRole.
|
|
95
95
|
*/
|
package/getAclRole.js
CHANGED
|
@@ -45,7 +45,12 @@ exports.getAclRole = getAclRole;
|
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
47
|
function getAclRoleOutput(args, opts) {
|
|
48
|
-
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("consul:index/getAclRole:getAclRole", {
|
|
50
|
+
"name": args.name,
|
|
51
|
+
"namespace": args.namespace,
|
|
52
|
+
"partition": args.partition,
|
|
53
|
+
}, opts);
|
|
49
54
|
}
|
|
50
55
|
exports.getAclRoleOutput = getAclRoleOutput;
|
|
51
56
|
//# sourceMappingURL=getAclRole.js.map
|
package/getAclRole.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclRole.js","sourceRoot":"","sources":["../getAclRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAclRole.js","sourceRoot":"","sources":["../getAclRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AA6DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
|
package/getAclToken.d.ts
CHANGED
|
@@ -105,7 +105,7 @@ export interface GetAclTokenResult {
|
|
|
105
105
|
* export const consulAclPolicies = test.then(test => test.policies);
|
|
106
106
|
* ```
|
|
107
107
|
*/
|
|
108
|
-
export declare function getAclTokenOutput(args: GetAclTokenOutputArgs, opts?: pulumi.
|
|
108
|
+
export declare function getAclTokenOutput(args: GetAclTokenOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclTokenResult>;
|
|
109
109
|
/**
|
|
110
110
|
* A collection of arguments for invoking getAclToken.
|
|
111
111
|
*/
|
package/getAclToken.js
CHANGED
|
@@ -49,7 +49,12 @@ exports.getAclToken = getAclToken;
|
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
function getAclTokenOutput(args, opts) {
|
|
52
|
-
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("consul:index/getAclToken:getAclToken", {
|
|
54
|
+
"accessorId": args.accessorId,
|
|
55
|
+
"namespace": args.namespace,
|
|
56
|
+
"partition": args.partition,
|
|
57
|
+
}, opts);
|
|
53
58
|
}
|
|
54
59
|
exports.getAclTokenOutput = getAclTokenOutput;
|
|
55
60
|
//# sourceMappingURL=getAclToken.js.map
|
package/getAclToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclToken.js","sourceRoot":"","sources":["../getAclToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAclToken.js","sourceRoot":"","sources":["../getAclToken.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kCAOC;AAyED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC"}
|
package/getAclTokenSecretId.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export interface GetAclTokenSecretIdResult {
|
|
|
84
84
|
* export const consulAclTokenSecretId = read.apply(read => read.encryptedSecretId);
|
|
85
85
|
* ```
|
|
86
86
|
*/
|
|
87
|
-
export declare function getAclTokenSecretIdOutput(args: GetAclTokenSecretIdOutputArgs, opts?: pulumi.
|
|
87
|
+
export declare function getAclTokenSecretIdOutput(args: GetAclTokenSecretIdOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAclTokenSecretIdResult>;
|
|
88
88
|
/**
|
|
89
89
|
* A collection of arguments for invoking getAclTokenSecretId.
|
|
90
90
|
*/
|
package/getAclTokenSecretId.js
CHANGED
|
@@ -64,7 +64,13 @@ exports.getAclTokenSecretId = getAclTokenSecretId;
|
|
|
64
64
|
* ```
|
|
65
65
|
*/
|
|
66
66
|
function getAclTokenSecretIdOutput(args, opts) {
|
|
67
|
-
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
68
|
+
return pulumi.runtime.invokeOutput("consul:index/getAclTokenSecretId:getAclTokenSecretId", {
|
|
69
|
+
"accessorId": args.accessorId,
|
|
70
|
+
"namespace": args.namespace,
|
|
71
|
+
"partition": args.partition,
|
|
72
|
+
"pgpKey": args.pgpKey,
|
|
73
|
+
}, opts);
|
|
68
74
|
}
|
|
69
75
|
exports.getAclTokenSecretIdOutput = getAclTokenSecretIdOutput;
|
|
70
76
|
//# sourceMappingURL=getAclTokenSecretId.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAclTokenSecretId.js","sourceRoot":"","sources":["../getAclTokenSecretId.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAclTokenSecretId.js","sourceRoot":"","sources":["../getAclTokenSecretId.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kDAQC;AAuCD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,8DAQC"}
|
package/getAgentConfig.d.ts
CHANGED
|
@@ -71,4 +71,4 @@ export interface GetAgentConfigResult {
|
|
|
71
71
|
* export const consulVersion = remoteAgent.then(remoteAgent => remoteAgent.version);
|
|
72
72
|
* ```
|
|
73
73
|
*/
|
|
74
|
-
export declare function getAgentConfigOutput(opts?: pulumi.
|
|
74
|
+
export declare function getAgentConfigOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAgentConfigResult>;
|
package/getAgentConfig.js
CHANGED
|
@@ -49,7 +49,8 @@ exports.getAgentConfig = getAgentConfig;
|
|
|
49
49
|
* ```
|
|
50
50
|
*/
|
|
51
51
|
function getAgentConfigOutput(opts) {
|
|
52
|
-
|
|
52
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
53
|
+
return pulumi.runtime.invokeOutput("consul:index/getAgentConfig:getAgentConfig", {}, opts);
|
|
53
54
|
}
|
|
54
55
|
exports.getAgentConfigOutput = getAgentConfigOutput;
|
|
55
56
|
//# sourceMappingURL=getAgentConfig.js.map
|
package/getAgentConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAgentConfig.js","sourceRoot":"","sources":["../getAgentConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAgentConfig.js","sourceRoot":"","sources":["../getAgentConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAmCD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
package/getAgentSelf.d.ts
CHANGED
|
@@ -194,4 +194,4 @@ export interface GetAgentSelfResult {
|
|
|
194
194
|
* [configuration and status data](https://www.consul.io/docs/agent/http/agent.html#agent_self)
|
|
195
195
|
* from the agent specified in the `provider`.
|
|
196
196
|
*/
|
|
197
|
-
export declare function getAgentSelfOutput(opts?: pulumi.
|
|
197
|
+
export declare function getAgentSelfOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAgentSelfResult>;
|
package/getAgentSelf.js
CHANGED
|
@@ -27,7 +27,8 @@ exports.getAgentSelf = getAgentSelf;
|
|
|
27
27
|
* from the agent specified in the `provider`.
|
|
28
28
|
*/
|
|
29
29
|
function getAgentSelfOutput(opts) {
|
|
30
|
-
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invokeOutput("consul:index/getAgentSelf:getAgentSelf", {}, opts);
|
|
31
32
|
}
|
|
32
33
|
exports.getAgentSelfOutput = getAgentSelfOutput;
|
|
33
34
|
//# sourceMappingURL=getAgentSelf.js.map
|
package/getAgentSelf.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAgentSelf.js","sourceRoot":"","sources":["../getAgentSelf.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;GAOG;AACH,SAAgB,YAAY,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getAgentSelf.js","sourceRoot":"","sources":["../getAgentSelf.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;GAOG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAgKD;;;;;;;GAOG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE,EAC5E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
|
package/getAutopilotHealth.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export interface GetAutopilotHealthResult {
|
|
|
66
66
|
* export const health = read.then(read => read.healthy);
|
|
67
67
|
* ```
|
|
68
68
|
*/
|
|
69
|
-
export declare function getAutopilotHealthOutput(args?: GetAutopilotHealthOutputArgs, opts?: pulumi.
|
|
69
|
+
export declare function getAutopilotHealthOutput(args?: GetAutopilotHealthOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAutopilotHealthResult>;
|
|
70
70
|
/**
|
|
71
71
|
* A collection of arguments for invoking getAutopilotHealth.
|
|
72
72
|
*/
|
package/getAutopilotHealth.js
CHANGED
|
@@ -44,7 +44,11 @@ exports.getAutopilotHealth = getAutopilotHealth;
|
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
function getAutopilotHealthOutput(args, opts) {
|
|
47
|
-
|
|
47
|
+
args = args || {};
|
|
48
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
49
|
+
return pulumi.runtime.invokeOutput("consul:index/getAutopilotHealth:getAutopilotHealth", {
|
|
50
|
+
"datacenter": args.datacenter,
|
|
51
|
+
}, opts);
|
|
48
52
|
}
|
|
49
53
|
exports.getAutopilotHealthOutput = getAutopilotHealthOutput;
|
|
50
54
|
//# sourceMappingURL=getAutopilotHealth.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAutopilotHealth.js","sourceRoot":"","sources":["../getAutopilotHealth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getAutopilotHealth.js","sourceRoot":"","sources":["../getAutopilotHealth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAsCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
|
package/getCatalogNodes.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export interface GetCatalogNodesResult {
|
|
|
52
52
|
* nodes from a different WAN-attached Consul datacenter.
|
|
53
53
|
*/
|
|
54
54
|
/** @deprecated getCatalogNodes has been deprecated in favor of getNodes */
|
|
55
|
-
export declare function getCatalogNodesOutput(args?: GetCatalogNodesOutputArgs, opts?: pulumi.
|
|
55
|
+
export declare function getCatalogNodesOutput(args?: GetCatalogNodesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogNodesResult>;
|
|
56
56
|
/**
|
|
57
57
|
* A collection of arguments for invoking getCatalogNodes.
|
|
58
58
|
*/
|
package/getCatalogNodes.js
CHANGED
|
@@ -29,7 +29,12 @@ exports.getCatalogNodes = getCatalogNodes;
|
|
|
29
29
|
*/
|
|
30
30
|
/** @deprecated getCatalogNodes has been deprecated in favor of getNodes */
|
|
31
31
|
function getCatalogNodesOutput(args, opts) {
|
|
32
|
-
|
|
32
|
+
pulumi.log.warn("getCatalogNodes is deprecated: getCatalogNodes has been deprecated in favor of getNodes");
|
|
33
|
+
args = args || {};
|
|
34
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
35
|
+
return pulumi.runtime.invokeOutput("consul:index/getCatalogNodes:getCatalogNodes", {
|
|
36
|
+
"queryOptions": args.queryOptions,
|
|
37
|
+
}, opts);
|
|
33
38
|
}
|
|
34
39
|
exports.getCatalogNodesOutput = getCatalogNodesOutput;
|
|
35
40
|
//# sourceMappingURL=getCatalogNodes.js.map
|
package/getCatalogNodes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogNodes.js","sourceRoot":"","sources":["../getCatalogNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,2EAA2E;AAC3E,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yFAAyF,CAAC,CAAA;IAC1G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getCatalogNodes.js","sourceRoot":"","sources":["../getCatalogNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,2EAA2E;AAC3E,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yFAAyF,CAAC,CAAA;IAC1G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC;AAuCD;;;;;GAKG;AACH,2EAA2E;AAC3E,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yFAAyF,CAAC,CAAA;IAC1G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC"}
|
package/getCatalogService.d.ts
CHANGED
|
@@ -117,7 +117,7 @@ export interface GetCatalogServiceResult {
|
|
|
117
117
|
* ```
|
|
118
118
|
*/
|
|
119
119
|
/** @deprecated getCatalogService has been deprecated in favor of getService */
|
|
120
|
-
export declare function getCatalogServiceOutput(args: GetCatalogServiceOutputArgs, opts?: pulumi.
|
|
120
|
+
export declare function getCatalogServiceOutput(args: GetCatalogServiceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogServiceResult>;
|
|
121
121
|
/**
|
|
122
122
|
* A collection of arguments for invoking getCatalogService.
|
|
123
123
|
*/
|
package/getCatalogService.js
CHANGED
|
@@ -78,7 +78,15 @@ exports.getCatalogService = getCatalogService;
|
|
|
78
78
|
*/
|
|
79
79
|
/** @deprecated getCatalogService has been deprecated in favor of getService */
|
|
80
80
|
function getCatalogServiceOutput(args, opts) {
|
|
81
|
-
|
|
81
|
+
pulumi.log.warn("getCatalogService is deprecated: getCatalogService has been deprecated in favor of getService");
|
|
82
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
83
|
+
return pulumi.runtime.invokeOutput("consul:index/getCatalogService:getCatalogService", {
|
|
84
|
+
"datacenter": args.datacenter,
|
|
85
|
+
"filter": args.filter,
|
|
86
|
+
"name": args.name,
|
|
87
|
+
"queryOptions": args.queryOptions,
|
|
88
|
+
"tag": args.tag,
|
|
89
|
+
}, opts);
|
|
82
90
|
}
|
|
83
91
|
exports.getCatalogServiceOutput = getCatalogServiceOutput;
|
|
84
92
|
//# sourceMappingURL=getCatalogService.js.map
|
package/getCatalogService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogService.js","sourceRoot":"","sources":["../getCatalogService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,+EAA+E;AAC/E,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,+FAA+F,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"getCatalogService.js","sourceRoot":"","sources":["../getCatalogService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,+EAA+E;AAC/E,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,+FAA+F,CAAC,CAAA;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8CAUC;AA0DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,+EAA+E;AAC/E,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,+FAA+F,CAAC,CAAA;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0DAUC"}
|
package/getCatalogServices.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export interface GetCatalogServicesResult {
|
|
|
98
98
|
* ```
|
|
99
99
|
*/
|
|
100
100
|
/** @deprecated getCatalogServices has been deprecated in favor of getServices */
|
|
101
|
-
export declare function getCatalogServicesOutput(args?: GetCatalogServicesOutputArgs, opts?: pulumi.
|
|
101
|
+
export declare function getCatalogServicesOutput(args?: GetCatalogServicesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogServicesResult>;
|
|
102
102
|
/**
|
|
103
103
|
* A collection of arguments for invoking getCatalogServices.
|
|
104
104
|
*/
|
package/getCatalogServices.js
CHANGED
|
@@ -75,7 +75,12 @@ exports.getCatalogServices = getCatalogServices;
|
|
|
75
75
|
*/
|
|
76
76
|
/** @deprecated getCatalogServices has been deprecated in favor of getServices */
|
|
77
77
|
function getCatalogServicesOutput(args, opts) {
|
|
78
|
-
|
|
78
|
+
pulumi.log.warn("getCatalogServices is deprecated: getCatalogServices has been deprecated in favor of getServices");
|
|
79
|
+
args = args || {};
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
81
|
+
return pulumi.runtime.invokeOutput("consul:index/getCatalogServices:getCatalogServices", {
|
|
82
|
+
"queryOptions": args.queryOptions,
|
|
83
|
+
}, opts);
|
|
79
84
|
}
|
|
80
85
|
exports.getCatalogServicesOutput = getCatalogServicesOutput;
|
|
81
86
|
//# sourceMappingURL=getCatalogServices.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCatalogServices.js","sourceRoot":"","sources":["../getCatalogServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,iFAAiF;AACjF,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kGAAkG,CAAC,CAAA;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getCatalogServices.js","sourceRoot":"","sources":["../getCatalogServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,iFAAiF;AACjF,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kGAAkG,CAAC,CAAA;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,iFAAiF;AACjF,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kGAAkG,CAAC,CAAA;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
package/getConfigEntry.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export interface GetConfigEntryResult {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly partition?: string;
|
|
52
52
|
}
|
|
53
|
-
export declare function getConfigEntryOutput(args: GetConfigEntryOutputArgs, opts?: pulumi.
|
|
53
|
+
export declare function getConfigEntryOutput(args: GetConfigEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConfigEntryResult>;
|
|
54
54
|
/**
|
|
55
55
|
* A collection of arguments for invoking getConfigEntry.
|
|
56
56
|
*/
|
package/getConfigEntry.js
CHANGED
|
@@ -16,7 +16,13 @@ function getConfigEntry(args, opts) {
|
|
|
16
16
|
}
|
|
17
17
|
exports.getConfigEntry = getConfigEntry;
|
|
18
18
|
function getConfigEntryOutput(args, opts) {
|
|
19
|
-
|
|
19
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
|
+
return pulumi.runtime.invokeOutput("consul:index/getConfigEntry:getConfigEntry", {
|
|
21
|
+
"kind": args.kind,
|
|
22
|
+
"name": args.name,
|
|
23
|
+
"namespace": args.namespace,
|
|
24
|
+
"partition": args.partition,
|
|
25
|
+
}, opts);
|
|
20
26
|
}
|
|
21
27
|
exports.getConfigEntryOutput = getConfigEntryOutput;
|
|
22
28
|
//# sourceMappingURL=getConfigEntry.js.map
|
package/getConfigEntry.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfigEntry.js","sourceRoot":"","sources":["../getConfigEntry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConfigEntry.js","sourceRoot":"","sources":["../getConfigEntry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wCAQC;AAqDD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oDAQC"}
|
|
@@ -78,7 +78,7 @@ export interface GetConfigEntryV2ExportedServicesResult {
|
|
|
78
78
|
*/
|
|
79
79
|
readonly services?: string[];
|
|
80
80
|
}
|
|
81
|
-
export declare function getConfigEntryV2ExportedServicesOutput(args: GetConfigEntryV2ExportedServicesOutputArgs, opts?: pulumi.
|
|
81
|
+
export declare function getConfigEntryV2ExportedServicesOutput(args: GetConfigEntryV2ExportedServicesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConfigEntryV2ExportedServicesResult>;
|
|
82
82
|
/**
|
|
83
83
|
* A collection of arguments for invoking getConfigEntryV2ExportedServices.
|
|
84
84
|
*/
|
|
@@ -20,7 +20,17 @@ function getConfigEntryV2ExportedServices(args, opts) {
|
|
|
20
20
|
}
|
|
21
21
|
exports.getConfigEntryV2ExportedServices = getConfigEntryV2ExportedServices;
|
|
22
22
|
function getConfigEntryV2ExportedServicesOutput(args, opts) {
|
|
23
|
-
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("consul:index/getConfigEntryV2ExportedServices:getConfigEntryV2ExportedServices", {
|
|
25
|
+
"kind": args.kind,
|
|
26
|
+
"name": args.name,
|
|
27
|
+
"namespace": args.namespace,
|
|
28
|
+
"partition": args.partition,
|
|
29
|
+
"partitionConsumers": args.partitionConsumers,
|
|
30
|
+
"peerConsumers": args.peerConsumers,
|
|
31
|
+
"samenessGroupConsumers": args.samenessGroupConsumers,
|
|
32
|
+
"services": args.services,
|
|
33
|
+
}, opts);
|
|
24
34
|
}
|
|
25
35
|
exports.getConfigEntryV2ExportedServicesOutput = getConfigEntryV2ExportedServicesOutput;
|
|
26
36
|
//# sourceMappingURL=getConfigEntryV2ExportedServices.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConfigEntryV2ExportedServices.js","sourceRoot":"","sources":["../getConfigEntryV2ExportedServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getConfigEntryV2ExportedServices.js","sourceRoot":"","sources":["../getConfigEntryV2ExportedServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4EAYC;AAiFD,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAAiC;IACtI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wFAYC"}
|
package/getDatacenters.d.ts
CHANGED
|
@@ -23,4 +23,4 @@ export interface GetDatacentersResult {
|
|
|
23
23
|
* The `consul.getDatacenters` data source returns the list of all knwown Consul
|
|
24
24
|
* datacenters.
|
|
25
25
|
*/
|
|
26
|
-
export declare function getDatacentersOutput(opts?: pulumi.
|
|
26
|
+
export declare function getDatacentersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDatacentersResult>;
|
package/getDatacenters.js
CHANGED
|
@@ -19,7 +19,8 @@ exports.getDatacenters = getDatacenters;
|
|
|
19
19
|
* datacenters.
|
|
20
20
|
*/
|
|
21
21
|
function getDatacentersOutput(opts) {
|
|
22
|
-
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("consul:index/getDatacenters:getDatacenters", {}, opts);
|
|
23
24
|
}
|
|
24
25
|
exports.getDatacentersOutput = getDatacentersOutput;
|
|
25
26
|
//# sourceMappingURL=getDatacenters.js.map
|
package/getDatacenters.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDatacenters.js","sourceRoot":"","sources":["../getDatacenters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;GAGG;AACH,SAAgB,cAAc,CAAC,IAA2B;
|
|
1
|
+
{"version":3,"file":"getDatacenters.js","sourceRoot":"","sources":["../getDatacenters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;GAGG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC;AAiBD;;;GAGG;AACH,SAAgB,oBAAoB,CAAC,IAAiC;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oDAIC"}
|
package/getKeyPrefix.d.ts
CHANGED
|
@@ -148,7 +148,7 @@ Please use the token argument in the provider configuration
|
|
|
148
148
|
* const webInstance = new aws.index.Instance("web", {ami: web.subkeys?.["app/launch_ami"]});
|
|
149
149
|
* ```
|
|
150
150
|
*/
|
|
151
|
-
export declare function getKeyPrefixOutput(args: GetKeyPrefixOutputArgs, opts?: pulumi.
|
|
151
|
+
export declare function getKeyPrefixOutput(args: GetKeyPrefixOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeyPrefixResult>;
|
|
152
152
|
/**
|
|
153
153
|
* A collection of arguments for invoking getKeyPrefix.
|
|
154
154
|
*/
|
package/getKeyPrefix.js
CHANGED
|
@@ -90,7 +90,15 @@ exports.getKeyPrefix = getKeyPrefix;
|
|
|
90
90
|
* ```
|
|
91
91
|
*/
|
|
92
92
|
function getKeyPrefixOutput(args, opts) {
|
|
93
|
-
|
|
93
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
94
|
+
return pulumi.runtime.invokeOutput("consul:index/getKeyPrefix:getKeyPrefix", {
|
|
95
|
+
"datacenter": args.datacenter,
|
|
96
|
+
"namespace": args.namespace,
|
|
97
|
+
"partition": args.partition,
|
|
98
|
+
"pathPrefix": args.pathPrefix,
|
|
99
|
+
"subkeyCollection": args.subkeyCollection,
|
|
100
|
+
"token": args.token,
|
|
101
|
+
}, opts);
|
|
94
102
|
}
|
|
95
103
|
exports.getKeyPrefixOutput = getKeyPrefixOutput;
|
|
96
104
|
//# sourceMappingURL=getKeyPrefix.js.map
|
package/getKeyPrefix.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKeyPrefix.js","sourceRoot":"","sources":["../getKeyPrefix.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getKeyPrefix.js","sourceRoot":"","sources":["../getKeyPrefix.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;AAyED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC"}
|
package/getKeys.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ Please use the token argument in the provider configuration
|
|
|
120
120
|
* const appInstance = new aws.index.Instance("app", {ami: app["var"]?.ami});
|
|
121
121
|
* ```
|
|
122
122
|
*/
|
|
123
|
-
export declare function getKeysOutput(args?: GetKeysOutputArgs, opts?: pulumi.
|
|
123
|
+
export declare function getKeysOutput(args?: GetKeysOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKeysResult>;
|
|
124
124
|
/**
|
|
125
125
|
* A collection of arguments for invoking getKeys.
|
|
126
126
|
*/
|
package/getKeys.js
CHANGED
|
@@ -63,7 +63,16 @@ exports.getKeys = getKeys;
|
|
|
63
63
|
* ```
|
|
64
64
|
*/
|
|
65
65
|
function getKeysOutput(args, opts) {
|
|
66
|
-
|
|
66
|
+
args = args || {};
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
68
|
+
return pulumi.runtime.invokeOutput("consul:index/getKeys:getKeys", {
|
|
69
|
+
"datacenter": args.datacenter,
|
|
70
|
+
"errorOnMissingKeys": args.errorOnMissingKeys,
|
|
71
|
+
"keys": args.keys,
|
|
72
|
+
"namespace": args.namespace,
|
|
73
|
+
"partition": args.partition,
|
|
74
|
+
"token": args.token,
|
|
75
|
+
}, opts);
|
|
67
76
|
}
|
|
68
77
|
exports.getKeysOutput = getKeysOutput;
|
|
69
78
|
//# sourceMappingURL=getKeys.js.map
|
package/getKeys.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getKeys.js","sourceRoot":"","sources":["../getKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getKeys.js","sourceRoot":"","sources":["../getKeys.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8BAA8B,EAAE;QACzD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AA2ED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8BAA8B,EAAE;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC"}
|
|
@@ -95,7 +95,7 @@ Please use the token argument in the provider configuration
|
|
|
95
95
|
* export const members = dc2.apply(dc2 => dc2.members);
|
|
96
96
|
* ```
|
|
97
97
|
*/
|
|
98
|
-
export declare function getNetworkAreaMembersOutput(args: GetNetworkAreaMembersOutputArgs, opts?: pulumi.
|
|
98
|
+
export declare function getNetworkAreaMembersOutput(args: GetNetworkAreaMembersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworkAreaMembersResult>;
|
|
99
99
|
/**
|
|
100
100
|
* A collection of arguments for invoking getNetworkAreaMembers.
|
|
101
101
|
*/
|
package/getNetworkAreaMembers.js
CHANGED
|
@@ -61,7 +61,12 @@ exports.getNetworkAreaMembers = getNetworkAreaMembers;
|
|
|
61
61
|
* ```
|
|
62
62
|
*/
|
|
63
63
|
function getNetworkAreaMembersOutput(args, opts) {
|
|
64
|
-
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
65
|
+
return pulumi.runtime.invokeOutput("consul:index/getNetworkAreaMembers:getNetworkAreaMembers", {
|
|
66
|
+
"datacenter": args.datacenter,
|
|
67
|
+
"token": args.token,
|
|
68
|
+
"uuid": args.uuid,
|
|
69
|
+
}, opts);
|
|
65
70
|
}
|
|
66
71
|
exports.getNetworkAreaMembersOutput = getNetworkAreaMembersOutput;
|
|
67
72
|
//# sourceMappingURL=getNetworkAreaMembers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkAreaMembers.js","sourceRoot":"","sources":["../getNetworkAreaMembers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getNetworkAreaMembers.js","sourceRoot":"","sources":["../getNetworkAreaMembers.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;AAmDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
package/getNetworkSegments.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ Please use the token argument in the provider configuration
|
|
|
80
80
|
* }
|
|
81
81
|
* ```
|
|
82
82
|
*/
|
|
83
|
-
export declare function getNetworkSegmentsOutput(args?: GetNetworkSegmentsOutputArgs, opts?: pulumi.
|
|
83
|
+
export declare function getNetworkSegmentsOutput(args?: GetNetworkSegmentsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNetworkSegmentsResult>;
|
|
84
84
|
/**
|
|
85
85
|
* A collection of arguments for invoking getNetworkSegments.
|
|
86
86
|
*/
|
package/getNetworkSegments.js
CHANGED
|
@@ -55,7 +55,12 @@ exports.getNetworkSegments = getNetworkSegments;
|
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
function getNetworkSegmentsOutput(args, opts) {
|
|
58
|
-
|
|
58
|
+
args = args || {};
|
|
59
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
60
|
+
return pulumi.runtime.invokeOutput("consul:index/getNetworkSegments:getNetworkSegments", {
|
|
61
|
+
"datacenter": args.datacenter,
|
|
62
|
+
"token": args.token,
|
|
63
|
+
}, opts);
|
|
59
64
|
}
|
|
60
65
|
exports.getNetworkSegmentsOutput = getNetworkSegmentsOutput;
|
|
61
66
|
//# sourceMappingURL=getNetworkSegments.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNetworkSegments.js","sourceRoot":"","sources":["../getNetworkSegments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getNetworkSegments.js","sourceRoot":"","sources":["../getNetworkSegments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gDAOC;AA2CD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC"}
|
package/getNodes.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export interface GetNodesResult {
|
|
|
50
50
|
* different datacenter in the `queryOptions` it is possible to retrieve a list of
|
|
51
51
|
* nodes from a different WAN-attached Consul datacenter.
|
|
52
52
|
*/
|
|
53
|
-
export declare function getNodesOutput(args?: GetNodesOutputArgs, opts?: pulumi.
|
|
53
|
+
export declare function getNodesOutput(args?: GetNodesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNodesResult>;
|
|
54
54
|
/**
|
|
55
55
|
* A collection of arguments for invoking getNodes.
|
|
56
56
|
*/
|
package/getNodes.js
CHANGED
|
@@ -26,7 +26,11 @@ exports.getNodes = getNodes;
|
|
|
26
26
|
* nodes from a different WAN-attached Consul datacenter.
|
|
27
27
|
*/
|
|
28
28
|
function getNodesOutput(args, opts) {
|
|
29
|
-
|
|
29
|
+
args = args || {};
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invokeOutput("consul:index/getNodes:getNodes", {
|
|
32
|
+
"queryOptions": args.queryOptions,
|
|
33
|
+
}, opts);
|
|
30
34
|
}
|
|
31
35
|
exports.getNodesOutput = getNodesOutput;
|
|
32
36
|
//# sourceMappingURL=getNodes.js.map
|
package/getNodes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getNodes.js","sourceRoot":"","sources":["../getNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getNodes.js","sourceRoot":"","sources":["../getNodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4BAMC;AAuCD;;;;;GAKG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC"}
|
package/getPeering.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export interface GetPeeringResult {
|
|
|
51
51
|
* });
|
|
52
52
|
* ```
|
|
53
53
|
*/
|
|
54
|
-
export declare function getPeeringOutput(args: GetPeeringOutputArgs, opts?: pulumi.
|
|
54
|
+
export declare function getPeeringOutput(args: GetPeeringOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPeeringResult>;
|
|
55
55
|
/**
|
|
56
56
|
* A collection of arguments for invoking getPeering.
|
|
57
57
|
*/
|
package/getPeering.js
CHANGED
|
@@ -38,7 +38,11 @@ exports.getPeering = getPeering;
|
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
function getPeeringOutput(args, opts) {
|
|
41
|
-
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("consul:index/getPeering:getPeering", {
|
|
43
|
+
"partition": args.partition,
|
|
44
|
+
"peerName": args.peerName,
|
|
45
|
+
}, opts);
|
|
42
46
|
}
|
|
43
47
|
exports.getPeeringOutput = getPeeringOutput;
|
|
44
48
|
//# sourceMappingURL=getPeering.js.map
|
package/getPeering.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeering.js","sourceRoot":"","sources":["../getPeering.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getPeering.js","sourceRoot":"","sources":["../getPeering.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA4BD;;;;;;;;;;;GAWG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
package/getPeerings.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface GetPeeringsResult {
|
|
|
38
38
|
* const peers = consul.getPeerings({});
|
|
39
39
|
* ```
|
|
40
40
|
*/
|
|
41
|
-
export declare function getPeeringsOutput(args?: GetPeeringsOutputArgs, opts?: pulumi.
|
|
41
|
+
export declare function getPeeringsOutput(args?: GetPeeringsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPeeringsResult>;
|
|
42
42
|
/**
|
|
43
43
|
* A collection of arguments for invoking getPeerings.
|
|
44
44
|
*/
|
package/getPeerings.js
CHANGED
|
@@ -34,7 +34,11 @@ exports.getPeerings = getPeerings;
|
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
function getPeeringsOutput(args, opts) {
|
|
37
|
-
|
|
37
|
+
args = args || {};
|
|
38
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
39
|
+
return pulumi.runtime.invokeOutput("consul:index/getPeerings:getPeerings", {
|
|
40
|
+
"partition": args.partition,
|
|
41
|
+
}, opts);
|
|
38
42
|
}
|
|
39
43
|
exports.getPeeringsOutput = getPeeringsOutput;
|
|
40
44
|
//# sourceMappingURL=getPeerings.js.map
|
package/getPeerings.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPeerings.js","sourceRoot":"","sources":["../getPeerings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;GASG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getPeerings.js","sourceRoot":"","sources":["../getPeerings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;GASG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAoBD;;;;;;;;;GASG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/getService.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ export interface GetServiceResult {
|
|
|
115
115
|
* }).result});
|
|
116
116
|
* ```
|
|
117
117
|
*/
|
|
118
|
-
export declare function getServiceOutput(args: GetServiceOutputArgs, opts?: pulumi.
|
|
118
|
+
export declare function getServiceOutput(args: GetServiceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServiceResult>;
|
|
119
119
|
/**
|
|
120
120
|
* A collection of arguments for invoking getService.
|
|
121
121
|
*/
|
package/getService.js
CHANGED
|
@@ -75,7 +75,14 @@ exports.getService = getService;
|
|
|
75
75
|
* ```
|
|
76
76
|
*/
|
|
77
77
|
function getServiceOutput(args, opts) {
|
|
78
|
-
|
|
78
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
79
|
+
return pulumi.runtime.invokeOutput("consul:index/getService:getService", {
|
|
80
|
+
"datacenter": args.datacenter,
|
|
81
|
+
"filter": args.filter,
|
|
82
|
+
"name": args.name,
|
|
83
|
+
"queryOptions": args.queryOptions,
|
|
84
|
+
"tag": args.tag,
|
|
85
|
+
}, opts);
|
|
79
86
|
}
|
|
80
87
|
exports.getServiceOutput = getServiceOutput;
|
|
81
88
|
//# sourceMappingURL=getService.js.map
|
package/getService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AA0DD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC"}
|
package/getServiceHealth.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ export interface GetServiceHealthResult {
|
|
|
106
106
|
* This resource is likely to change as frequently as the health-checks are being
|
|
107
107
|
* updated, you should expect different results in a frequent basis.
|
|
108
108
|
*/
|
|
109
|
-
export declare function getServiceHealthOutput(args: GetServiceHealthOutputArgs, opts?: pulumi.
|
|
109
|
+
export declare function getServiceHealthOutput(args: GetServiceHealthOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServiceHealthResult>;
|
|
110
110
|
/**
|
|
111
111
|
* A collection of arguments for invoking getServiceHealth.
|
|
112
112
|
*/
|
package/getServiceHealth.js
CHANGED
|
@@ -38,7 +38,17 @@ exports.getServiceHealth = getServiceHealth;
|
|
|
38
38
|
* updated, you should expect different results in a frequent basis.
|
|
39
39
|
*/
|
|
40
40
|
function getServiceHealthOutput(args, opts) {
|
|
41
|
-
|
|
41
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
42
|
+
return pulumi.runtime.invokeOutput("consul:index/getServiceHealth:getServiceHealth", {
|
|
43
|
+
"datacenter": args.datacenter,
|
|
44
|
+
"filter": args.filter,
|
|
45
|
+
"name": args.name,
|
|
46
|
+
"near": args.near,
|
|
47
|
+
"nodeMeta": args.nodeMeta,
|
|
48
|
+
"passing": args.passing,
|
|
49
|
+
"tag": args.tag,
|
|
50
|
+
"waitFor": args.waitFor,
|
|
51
|
+
}, opts);
|
|
42
52
|
}
|
|
43
53
|
exports.getServiceHealthOutput = getServiceHealthOutput;
|
|
44
54
|
//# sourceMappingURL=getServiceHealth.js.map
|
package/getServiceHealth.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceHealth.js","sourceRoot":"","sources":["../getServiceHealth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;
|
|
1
|
+
{"version":3,"file":"getServiceHealth.js","sourceRoot":"","sources":["../getServiceHealth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4CAYC;AAsFD;;;;;;;;GAQG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wDAYC"}
|
package/getServices.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export interface GetServicesResult {
|
|
|
96
96
|
* }).result});
|
|
97
97
|
* ```
|
|
98
98
|
*/
|
|
99
|
-
export declare function getServicesOutput(args?: GetServicesOutputArgs, opts?: pulumi.
|
|
99
|
+
export declare function getServicesOutput(args?: GetServicesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServicesResult>;
|
|
100
100
|
/**
|
|
101
101
|
* A collection of arguments for invoking getServices.
|
|
102
102
|
*/
|
package/getServices.js
CHANGED
|
@@ -72,7 +72,11 @@ exports.getServices = getServices;
|
|
|
72
72
|
* ```
|
|
73
73
|
*/
|
|
74
74
|
function getServicesOutput(args, opts) {
|
|
75
|
-
|
|
75
|
+
args = args || {};
|
|
76
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
77
|
+
return pulumi.runtime.invokeOutput("consul:index/getServices:getServices", {
|
|
78
|
+
"queryOptions": args.queryOptions,
|
|
79
|
+
}, opts);
|
|
76
80
|
}
|
|
77
81
|
exports.getServicesOutput = getServicesOutput;
|
|
78
82
|
//# sourceMappingURL=getServices.js.map
|
package/getServices.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"getServices.js","sourceRoot":"","sources":["../getServices.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AAmCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/consul",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.3-alpha.1734111860",
|
|
4
4
|
"description": "A Pulumi package for creating and managing consul resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "tsc"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@pulumi/pulumi": "^3.
|
|
16
|
+
"@pulumi/pulumi": "^3.142.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/mime": "^2.0.0",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "consul",
|
|
26
|
-
"version": "3.12.
|
|
26
|
+
"version": "3.12.3-alpha.1734111860"
|
|
27
27
|
}
|
|
28
28
|
}
|