@pulumi/consul 3.15.0 → 3.15.1
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/agentService.d.ts +1 -1
- package/agentService.js +1 -1
- package/catalogEntry.d.ts +1 -1
- package/catalogEntry.js +1 -1
- package/getAgentSelf.d.ts +6 -6
- package/getCatalogServices.d.ts +2 -2
- package/getKeyPrefix.d.ts +1 -1
- package/getServiceHealth.d.ts +1 -1
- package/getServices.d.ts +2 -2
- package/package.json +2 -2
- package/types/output.d.ts +32 -32
package/agentService.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* > The `consul.AgentService` resource has been deprecated in version 2.0.0 of the provider
|
|
4
4
|
* and will be removed in a future release. Please read the [upgrade guide](https://www.terraform.io/docs/providers/consul/guides/upgrading.html#deprecation-of-consul_agent_service)
|
|
5
5
|
* for more information.
|
|
6
6
|
*
|
package/agentService.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.AgentService = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > The `consul.AgentService` resource has been deprecated in version 2.0.0 of the provider
|
|
33
33
|
* and will be removed in a future release. Please read the [upgrade guide](https://www.terraform.io/docs/providers/consul/guides/upgrading.html#deprecation-of-consul_agent_service)
|
|
34
34
|
* for more information.
|
|
35
35
|
*
|
package/catalogEntry.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* > The `consul.CatalogEntry` resource has been deprecated in version 2.0.0 of the provider
|
|
6
6
|
* and will be removed in a future release. Please read the [upgrade guide](https://www.terraform.io/docs/providers/consul/guides/upgrading.html#deprecation-of-consul_catalog_entry)
|
|
7
7
|
* for more information.
|
|
8
8
|
*
|
package/catalogEntry.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.CatalogEntry = void 0;
|
|
|
29
29
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
30
|
const utilities = __importStar(require("./utilities"));
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* > The `consul.CatalogEntry` resource has been deprecated in version 2.0.0 of the provider
|
|
33
33
|
* and will be removed in a future release. Please read the [upgrade guide](https://www.terraform.io/docs/providers/consul/guides/upgrading.html#deprecation-of-consul_catalog_entry)
|
|
34
34
|
* for more information.
|
|
35
35
|
*
|
package/getAgentSelf.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export interface GetAgentSelfResult {
|
|
|
60
60
|
* A map of DNS configuration attributes. See below for details on the
|
|
61
61
|
* contents of the `dns` attribute.
|
|
62
62
|
* * [`dnsRecursors`](https://www.consul.io/docs/agent/options.html#recursors) - A
|
|
63
|
-
*
|
|
63
|
+
* list of all DNS recursors.
|
|
64
64
|
* * [`dataDir`](https://www.consul.io/docs/agent/options.html#_data_dir)
|
|
65
65
|
* * [`datacenter`](https://www.consul.io/docs/agent/options.html#_datacenter)
|
|
66
66
|
* * [`devMode`](https://www.consul.io/docs/agent/options.html#_dev)
|
|
@@ -93,11 +93,11 @@ export interface GetAgentSelfResult {
|
|
|
93
93
|
* * [`rejoinAfterLeave`](https://www.consul.io/docs/agent/options.html#_rejoin)
|
|
94
94
|
* * [`retryJoin`](https://www.consul.io/docs/agent/options.html#retry_join)
|
|
95
95
|
* * [`retryJoinEc2`](https://www.consul.io/docs/agent/options.html#retry_join_ec2) -
|
|
96
|
-
*
|
|
97
|
-
*
|
|
96
|
+
* A map of EC2 retry attributes. See below for details on the available
|
|
97
|
+
* information.
|
|
98
98
|
* * [`retryJoinGce`](https://www.consul.io/docs/agent/options.html#retry_join_gce) -
|
|
99
|
-
*
|
|
100
|
-
*
|
|
99
|
+
* A map of GCE retry attributes. See below for details on the available
|
|
100
|
+
* information.
|
|
101
101
|
* * [`retryJoinWan`](https://www.consul.io/docs/agent/options.html#_retry_join_wan)
|
|
102
102
|
* * [`retryMaxAttempts`](https://www.consul.io/docs/agent/options.html#_retry_max)
|
|
103
103
|
* * [`retryMaxAttemptsWan`](https://www.consul.io/docs/agent/options.html#_retry_max_wan)
|
|
@@ -118,7 +118,7 @@ export interface GetAgentSelfResult {
|
|
|
118
118
|
* * [`tlsVerifyServerHostname`](https://www.consul.io/docs/agent/options.html#verify_server_hostname)
|
|
119
119
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/options.html#translate_wan_addrs)
|
|
120
120
|
* * [`telemetry`](https://www.consul.io/docs/agent/options.html#telemetry) - A map
|
|
121
|
-
*
|
|
121
|
+
* of telemetry configuration.
|
|
122
122
|
* * [`translateWanAddrs`](https://www.consul.io/docs/agent/options.html#translate_wan_addrs)
|
|
123
123
|
* * [`uiDir`](https://www.consul.io/docs/agent/options.html#ui_dir)
|
|
124
124
|
* * [`unixSockets`](https://www.consul.io/docs/agent/options.html#unix_sockets)
|
package/getCatalogServices.d.ts
CHANGED
|
@@ -57,8 +57,8 @@ export interface GetCatalogServicesResult {
|
|
|
57
57
|
* A list of the Consul services found. This will always contain the
|
|
58
58
|
* list of services found.
|
|
59
59
|
* * `services.<service>` - For each name given, the corresponding attribute is a
|
|
60
|
-
*
|
|
61
|
-
*
|
|
60
|
+
* Terraform map of services and their tags. The value is an alphanumerically
|
|
61
|
+
* sorted, whitespace delimited set of tags associated with the service.
|
|
62
62
|
*/
|
|
63
63
|
readonly names: string[];
|
|
64
64
|
readonly queryOptions?: outputs.GetCatalogServicesQueryOption[];
|
package/getKeyPrefix.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export interface GetKeyPrefixResult {
|
|
|
95
95
|
/**
|
|
96
96
|
* the common prefix shared by all keys being read.
|
|
97
97
|
* * `var.<name>` - For each name given, the corresponding attribute
|
|
98
|
-
*
|
|
98
|
+
* has the value of the key.
|
|
99
99
|
*/
|
|
100
100
|
readonly pathPrefix: string;
|
|
101
101
|
readonly subkeyCollection?: outputs.GetKeyPrefixSubkeyCollection[];
|
package/getServiceHealth.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export interface GetServiceHealthResult {
|
|
|
60
60
|
/**
|
|
61
61
|
* The datacenter in which the node is running.
|
|
62
62
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/http/catalog.html#TaggedAddresses) -
|
|
63
|
-
*
|
|
63
|
+
* List of explicit LAN and WAN IP addresses for the agent.
|
|
64
64
|
*/
|
|
65
65
|
readonly datacenter?: string;
|
|
66
66
|
readonly filter?: string;
|
package/getServices.d.ts
CHANGED
|
@@ -56,8 +56,8 @@ export interface GetServicesResult {
|
|
|
56
56
|
* A list of the Consul services found. This will always contain the
|
|
57
57
|
* list of services found.
|
|
58
58
|
* * `services.<service>` - For each name given, the corresponding attribute is a
|
|
59
|
-
*
|
|
60
|
-
*
|
|
59
|
+
* Terraform map of services and their tags. The value is an alphanumerically
|
|
60
|
+
* sorted, whitespace delimited set of tags associated with the service.
|
|
61
61
|
*/
|
|
62
62
|
readonly names: string[];
|
|
63
63
|
readonly queryOptions?: outputs.GetServicesQueryOption[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/consul",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing consul resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "consul",
|
|
26
|
-
"version": "3.15.
|
|
26
|
+
"version": "3.15.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -1003,13 +1003,13 @@ export interface GetCatalogNodesNode {
|
|
|
1003
1003
|
/**
|
|
1004
1004
|
* The Node ID of the Consul agent.
|
|
1005
1005
|
* * [`meta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Node meta
|
|
1006
|
-
*
|
|
1006
|
+
* data tag information, if any.
|
|
1007
1007
|
* * [`name`](https://www.consul.io/docs/agent/http/catalog.html#Node) - The name
|
|
1008
|
-
*
|
|
1008
|
+
* of the Consul node.
|
|
1009
1009
|
* * [`address`](https://www.consul.io/docs/agent/http/catalog.html#Address) - The
|
|
1010
|
-
*
|
|
1010
|
+
* IP address the node is advertising to the Consul cluster.
|
|
1011
1011
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/http/catalog.html#TaggedAddresses) -
|
|
1012
|
-
*
|
|
1012
|
+
* List of explicit LAN and WAN IP addresses for the agent.
|
|
1013
1013
|
*/
|
|
1014
1014
|
id: string;
|
|
1015
1015
|
meta: {
|
|
@@ -1121,27 +1121,27 @@ export interface GetCatalogServiceService {
|
|
|
1121
1121
|
/**
|
|
1122
1122
|
* The Node ID of the Consul agent advertising the service.
|
|
1123
1123
|
* * [`nodeMeta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Node
|
|
1124
|
-
*
|
|
1124
|
+
* meta data tag information, if any.
|
|
1125
1125
|
* * [`nodeName`](https://www.consul.io/docs/agent/http/catalog.html#Node) - The
|
|
1126
|
-
*
|
|
1126
|
+
* name of the Consul node.
|
|
1127
1127
|
* * [`address`](https://www.consul.io/docs/agent/http/catalog.html#ServiceAddress) -
|
|
1128
|
-
*
|
|
1129
|
-
*
|
|
1130
|
-
*
|
|
1128
|
+
* The IP address of the service. If the `ServiceAddress` in the Consul catalog
|
|
1129
|
+
* is empty, this value is automatically populated with the `nodeAddress` (the
|
|
1130
|
+
* `Address` in the Consul Catalog).
|
|
1131
1131
|
* * [`enableTagOverride`](https://www.consul.io/docs/agent/http/catalog.html#ServiceEnableTagOverride) -
|
|
1132
|
-
*
|
|
1132
|
+
* Whether service tags can be overridden on this service.
|
|
1133
1133
|
* * [`id`](https://www.consul.io/docs/agent/http/catalog.html#ServiceID) - A
|
|
1134
|
-
*
|
|
1134
|
+
* unique service instance identifier.
|
|
1135
1135
|
* * [`name`](https://www.consul.io/docs/agent/http/catalog.html#ServiceName) - The
|
|
1136
|
-
*
|
|
1136
|
+
* name of the service.
|
|
1137
1137
|
* * [`port`](https://www.consul.io/docs/agent/http/catalog.html#ServicePort) -
|
|
1138
|
-
*
|
|
1138
|
+
* Port number of the service.
|
|
1139
1139
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/http/catalog.html#TaggedAddresses) -
|
|
1140
|
-
*
|
|
1140
|
+
* List of explicit LAN and WAN IP addresses for the agent.
|
|
1141
1141
|
* * [`tags`](https://www.consul.io/docs/agent/http/catalog.html#ServiceTags) -
|
|
1142
|
-
*
|
|
1142
|
+
* List of tags for the service.
|
|
1143
1143
|
* * [`meta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Service meta
|
|
1144
|
-
*
|
|
1144
|
+
* data tag information, if any.
|
|
1145
1145
|
*/
|
|
1146
1146
|
nodeId: string;
|
|
1147
1147
|
nodeMeta: {
|
|
@@ -1285,13 +1285,13 @@ export interface GetNodesNode {
|
|
|
1285
1285
|
/**
|
|
1286
1286
|
* The Node ID of the Consul agent.
|
|
1287
1287
|
* * [`meta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Node meta
|
|
1288
|
-
*
|
|
1288
|
+
* data tag information, if any.
|
|
1289
1289
|
* * [`name`](https://www.consul.io/docs/agent/http/catalog.html#Node) - The name
|
|
1290
|
-
*
|
|
1290
|
+
* of the Consul node.
|
|
1291
1291
|
* * [`address`](https://www.consul.io/docs/agent/http/catalog.html#Address) - The
|
|
1292
|
-
*
|
|
1292
|
+
* IP address the node is advertising to the Consul cluster.
|
|
1293
1293
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/http/catalog.html#TaggedAddresses) -
|
|
1294
|
-
*
|
|
1294
|
+
* List of explicit LAN and WAN IP addresses for the agent.
|
|
1295
1295
|
*/
|
|
1296
1296
|
id: string;
|
|
1297
1297
|
meta: {
|
|
@@ -1518,27 +1518,27 @@ export interface GetServiceService {
|
|
|
1518
1518
|
/**
|
|
1519
1519
|
* The Node ID of the Consul agent advertising the service.
|
|
1520
1520
|
* * [`nodeMeta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Node
|
|
1521
|
-
*
|
|
1521
|
+
* meta data tag information, if any.
|
|
1522
1522
|
* * [`nodeName`](https://www.consul.io/docs/agent/http/catalog.html#Node) - The
|
|
1523
|
-
*
|
|
1523
|
+
* name of the Consul node.
|
|
1524
1524
|
* * [`address`](https://www.consul.io/docs/agent/http/catalog.html#ServiceAddress) -
|
|
1525
|
-
*
|
|
1526
|
-
*
|
|
1527
|
-
*
|
|
1525
|
+
* The IP address of the service. If the `ServiceAddress` in the Consul catalog
|
|
1526
|
+
* is empty, this value is automatically populated with the `nodeAddress` (the
|
|
1527
|
+
* `Address` in the Consul Catalog).
|
|
1528
1528
|
* * [`enableTagOverride`](https://www.consul.io/docs/agent/http/catalog.html#ServiceEnableTagOverride) -
|
|
1529
|
-
*
|
|
1529
|
+
* Whether service tags can be overridden on this service.
|
|
1530
1530
|
* * [`id`](https://www.consul.io/docs/agent/http/catalog.html#ServiceID) - A
|
|
1531
|
-
*
|
|
1531
|
+
* unique service instance identifier.
|
|
1532
1532
|
* * [`name`](https://www.consul.io/docs/agent/http/catalog.html#ServiceName) - The
|
|
1533
|
-
*
|
|
1533
|
+
* name of the service.
|
|
1534
1534
|
* * [`port`](https://www.consul.io/docs/agent/http/catalog.html#ServicePort) -
|
|
1535
|
-
*
|
|
1535
|
+
* Port number of the service.
|
|
1536
1536
|
* * [`taggedAddresses`](https://www.consul.io/docs/agent/http/catalog.html#TaggedAddresses) -
|
|
1537
|
-
*
|
|
1537
|
+
* List of explicit LAN and WAN IP addresses for the agent.
|
|
1538
1538
|
* * [`tags`](https://www.consul.io/docs/agent/http/catalog.html#ServiceTags) -
|
|
1539
|
-
*
|
|
1539
|
+
* List of tags for the service.
|
|
1540
1540
|
* * [`meta`](https://www.consul.io/docs/agent/http/catalog.html#Meta) - Service meta
|
|
1541
|
-
*
|
|
1541
|
+
* data tag information, if any.
|
|
1542
1542
|
*/
|
|
1543
1543
|
nodeId: string;
|
|
1544
1544
|
nodeMeta: {
|