@pulumi/tailscale 1.0.0-alpha.1762413028 → 1.0.0-alpha.1763072250
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 +4 -4
- package/acl.js +4 -4
- package/package.json +2 -2
package/acl.d.ts
CHANGED
|
@@ -19,12 +19,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
* })});
|
|
20
20
|
* const asHujson = new tailscale.Acl("as_hujson", {acl: ` {
|
|
21
21
|
* // Comments in HuJSON policy are preserved when the policy is applied.
|
|
22
|
-
* "acls": [
|
|
22
|
+
* \\"acls\\": [
|
|
23
23
|
* {
|
|
24
24
|
* // Allow all users access to all ports.
|
|
25
|
-
* action = "accept",
|
|
26
|
-
* users = ["
|
|
27
|
-
* ports = ["
|
|
25
|
+
* action = \\"accept\\",
|
|
26
|
+
* users = [\\"*\\"],
|
|
27
|
+
* ports = [\\"*:*\\"],
|
|
28
28
|
* },
|
|
29
29
|
* ],
|
|
30
30
|
* }
|
package/acl.js
CHANGED
|
@@ -25,12 +25,12 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* })});
|
|
26
26
|
* const asHujson = new tailscale.Acl("as_hujson", {acl: ` {
|
|
27
27
|
* // Comments in HuJSON policy are preserved when the policy is applied.
|
|
28
|
-
* "acls": [
|
|
28
|
+
* \\"acls\\": [
|
|
29
29
|
* {
|
|
30
30
|
* // Allow all users access to all ports.
|
|
31
|
-
* action = "accept",
|
|
32
|
-
* users = ["
|
|
33
|
-
* ports = ["
|
|
31
|
+
* action = \\"accept\\",
|
|
32
|
+
* users = [\\"*\\"],
|
|
33
|
+
* ports = [\\"*:*\\"],
|
|
34
34
|
* },
|
|
35
35
|
* ],
|
|
36
36
|
* }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/tailscale",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.1763072250",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Tailscale cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "tailscale",
|
|
26
|
-
"version": "1.0.0-alpha.
|
|
26
|
+
"version": "1.0.0-alpha.1763072250"
|
|
27
27
|
}
|
|
28
28
|
}
|