@pulumi/tailscale 0.13.3-alpha.1699643725 → 0.13.3
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/acl.d.ts +8 -0
- package/acl.js +8 -0
- package/acl.js.map +1 -1
- package/deviceKey.d.ts +3 -3
- package/dnsPreferences.d.ts +8 -0
- package/dnsPreferences.js +8 -0
- package/dnsPreferences.js.map +1 -1
- package/package.json +1 -1
- package/tailnetKey.d.ts +15 -15
package/acl.d.ts
CHANGED
|
@@ -16,6 +16,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
* }],
|
|
17
17
|
* })});
|
|
18
18
|
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ID doesn't matter.
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import tailscale:index/acl:Acl sample_acl acl
|
|
26
|
+
* ```
|
|
19
27
|
*/
|
|
20
28
|
export declare class Acl extends pulumi.CustomResource {
|
|
21
29
|
/**
|
package/acl.js
CHANGED
|
@@ -22,6 +22,14 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* }],
|
|
23
23
|
* })});
|
|
24
24
|
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* ID doesn't matter.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import tailscale:index/acl:Acl sample_acl acl
|
|
32
|
+
* ```
|
|
25
33
|
*/
|
|
26
34
|
class Acl extends pulumi.CustomResource {
|
|
27
35
|
/**
|
package/acl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acl.js","sourceRoot":"","sources":["../acl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"acl.js","sourceRoot":"","sources":["../acl.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,GAAI,SAAQ,MAAM,CAAC,cAAc;IAC1C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgB,EAAE,IAAmC;QAC9G,OAAO,IAAI,GAAG,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,GAAG,CAAC,YAAY,CAAC;IACpD,CAAC;IAeD,YAAY,IAAY,EAAE,WAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmC,CAAC;YAClD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAkC,CAAC;YAChD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxD,CAAC;;AAxDL,kBAyDC;AA3CG,gBAAgB;AACO,gBAAY,GAAG,yBAAyB,CAAC"}
|
package/deviceKey.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare class DeviceKey extends pulumi.CustomResource {
|
|
|
38
38
|
*/
|
|
39
39
|
readonly deviceId: pulumi.Output<string>;
|
|
40
40
|
/**
|
|
41
|
-
* Determines whether or not the device's key will expire
|
|
41
|
+
* Determines whether or not the device's key will expire. Defaults to `false`.
|
|
42
42
|
*/
|
|
43
43
|
readonly keyExpiryDisabled: pulumi.Output<boolean | undefined>;
|
|
44
44
|
/**
|
|
@@ -59,7 +59,7 @@ export interface DeviceKeyState {
|
|
|
59
59
|
*/
|
|
60
60
|
deviceId?: pulumi.Input<string>;
|
|
61
61
|
/**
|
|
62
|
-
* Determines whether or not the device's key will expire
|
|
62
|
+
* Determines whether or not the device's key will expire. Defaults to `false`.
|
|
63
63
|
*/
|
|
64
64
|
keyExpiryDisabled?: pulumi.Input<boolean>;
|
|
65
65
|
}
|
|
@@ -72,7 +72,7 @@ export interface DeviceKeyArgs {
|
|
|
72
72
|
*/
|
|
73
73
|
deviceId: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
|
-
* Determines whether or not the device's key will expire
|
|
75
|
+
* Determines whether or not the device's key will expire. Defaults to `false`.
|
|
76
76
|
*/
|
|
77
77
|
keyExpiryDisabled?: pulumi.Input<boolean>;
|
|
78
78
|
}
|
package/dnsPreferences.d.ts
CHANGED
|
@@ -10,6 +10,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
10
10
|
*
|
|
11
11
|
* const samplePreferences = new tailscale.DnsPreferences("samplePreferences", {magicDns: true});
|
|
12
12
|
* ```
|
|
13
|
+
*
|
|
14
|
+
* ## Import
|
|
15
|
+
*
|
|
16
|
+
* ID doesn't matter.
|
|
17
|
+
*
|
|
18
|
+
* ```sh
|
|
19
|
+
* $ pulumi import tailscale:index/dnsPreferences:DnsPreferences sample_preferences dns_preferences
|
|
20
|
+
* ```
|
|
13
21
|
*/
|
|
14
22
|
export declare class DnsPreferences extends pulumi.CustomResource {
|
|
15
23
|
/**
|
package/dnsPreferences.js
CHANGED
|
@@ -16,6 +16,14 @@ const utilities = require("./utilities");
|
|
|
16
16
|
*
|
|
17
17
|
* const samplePreferences = new tailscale.DnsPreferences("samplePreferences", {magicDns: true});
|
|
18
18
|
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* ID doesn't matter.
|
|
23
|
+
*
|
|
24
|
+
* ```sh
|
|
25
|
+
* $ pulumi import tailscale:index/dnsPreferences:DnsPreferences sample_preferences dns_preferences
|
|
26
|
+
* ```
|
|
19
27
|
*/
|
|
20
28
|
class DnsPreferences extends pulumi.CustomResource {
|
|
21
29
|
/**
|
package/dnsPreferences.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnsPreferences.js","sourceRoot":"","sources":["../dnsPreferences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dnsPreferences.js","sourceRoot":"","sources":["../dnsPreferences.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAeD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AAxDL,wCAyDC;AA3CG,gBAAgB;AACO,2BAAY,GAAG,+CAA+C,CAAC"}
|
package/package.json
CHANGED
package/tailnetKey.d.ts
CHANGED
|
@@ -38,11 +38,11 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
38
38
|
*/
|
|
39
39
|
readonly createdAt: pulumi.Output<string>;
|
|
40
40
|
/**
|
|
41
|
-
* A description of the key consisting of alphanumeric characters.
|
|
41
|
+
* A description of the key consisting of alphanumeric characters. Defaults to `""`.
|
|
42
42
|
*/
|
|
43
43
|
readonly description: pulumi.Output<string | undefined>;
|
|
44
44
|
/**
|
|
45
|
-
* Indicates if the key is ephemeral.
|
|
45
|
+
* Indicates if the key is ephemeral. Defaults to `false`.
|
|
46
46
|
*/
|
|
47
47
|
readonly ephemeral: pulumi.Output<boolean | undefined>;
|
|
48
48
|
/**
|
|
@@ -50,7 +50,7 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
50
50
|
*/
|
|
51
51
|
readonly expiresAt: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
53
|
-
* The expiry of the key in seconds
|
|
53
|
+
* The expiry of the key in seconds. Defaults to `7776000` (90 days).
|
|
54
54
|
*/
|
|
55
55
|
readonly expiry: pulumi.Output<number | undefined>;
|
|
56
56
|
/**
|
|
@@ -58,11 +58,11 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
58
58
|
*/
|
|
59
59
|
readonly key: pulumi.Output<string>;
|
|
60
60
|
/**
|
|
61
|
-
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default.
|
|
61
|
+
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default. Defaults to `false`.
|
|
62
62
|
*/
|
|
63
63
|
readonly preauthorized: pulumi.Output<boolean | undefined>;
|
|
64
64
|
/**
|
|
65
|
-
* Indicates if the key is reusable or single-use.
|
|
65
|
+
* Indicates if the key is reusable or single-use. Defaults to `false`.
|
|
66
66
|
*/
|
|
67
67
|
readonly reusable: pulumi.Output<boolean | undefined>;
|
|
68
68
|
/**
|
|
@@ -87,11 +87,11 @@ export interface TailnetKeyState {
|
|
|
87
87
|
*/
|
|
88
88
|
createdAt?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* A description of the key consisting of alphanumeric characters.
|
|
90
|
+
* A description of the key consisting of alphanumeric characters. Defaults to `""`.
|
|
91
91
|
*/
|
|
92
92
|
description?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* Indicates if the key is ephemeral.
|
|
94
|
+
* Indicates if the key is ephemeral. Defaults to `false`.
|
|
95
95
|
*/
|
|
96
96
|
ephemeral?: pulumi.Input<boolean>;
|
|
97
97
|
/**
|
|
@@ -99,7 +99,7 @@ export interface TailnetKeyState {
|
|
|
99
99
|
*/
|
|
100
100
|
expiresAt?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* The expiry of the key in seconds
|
|
102
|
+
* The expiry of the key in seconds. Defaults to `7776000` (90 days).
|
|
103
103
|
*/
|
|
104
104
|
expiry?: pulumi.Input<number>;
|
|
105
105
|
/**
|
|
@@ -107,11 +107,11 @@ export interface TailnetKeyState {
|
|
|
107
107
|
*/
|
|
108
108
|
key?: pulumi.Input<string>;
|
|
109
109
|
/**
|
|
110
|
-
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default.
|
|
110
|
+
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default. Defaults to `false`.
|
|
111
111
|
*/
|
|
112
112
|
preauthorized?: pulumi.Input<boolean>;
|
|
113
113
|
/**
|
|
114
|
-
* Indicates if the key is reusable or single-use.
|
|
114
|
+
* Indicates if the key is reusable or single-use. Defaults to `false`.
|
|
115
115
|
*/
|
|
116
116
|
reusable?: pulumi.Input<boolean>;
|
|
117
117
|
/**
|
|
@@ -124,23 +124,23 @@ export interface TailnetKeyState {
|
|
|
124
124
|
*/
|
|
125
125
|
export interface TailnetKeyArgs {
|
|
126
126
|
/**
|
|
127
|
-
* A description of the key consisting of alphanumeric characters.
|
|
127
|
+
* A description of the key consisting of alphanumeric characters. Defaults to `""`.
|
|
128
128
|
*/
|
|
129
129
|
description?: pulumi.Input<string>;
|
|
130
130
|
/**
|
|
131
|
-
* Indicates if the key is ephemeral.
|
|
131
|
+
* Indicates if the key is ephemeral. Defaults to `false`.
|
|
132
132
|
*/
|
|
133
133
|
ephemeral?: pulumi.Input<boolean>;
|
|
134
134
|
/**
|
|
135
|
-
* The expiry of the key in seconds
|
|
135
|
+
* The expiry of the key in seconds. Defaults to `7776000` (90 days).
|
|
136
136
|
*/
|
|
137
137
|
expiry?: pulumi.Input<number>;
|
|
138
138
|
/**
|
|
139
|
-
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default.
|
|
139
|
+
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default. Defaults to `false`.
|
|
140
140
|
*/
|
|
141
141
|
preauthorized?: pulumi.Input<boolean>;
|
|
142
142
|
/**
|
|
143
|
-
* Indicates if the key is reusable or single-use.
|
|
143
|
+
* Indicates if the key is reusable or single-use. Defaults to `false`.
|
|
144
144
|
*/
|
|
145
145
|
reusable?: pulumi.Input<boolean>;
|
|
146
146
|
/**
|