@pulumiverse/vercel 3.0.0-alpha.1772288513 → 3.0.0-alpha.1773132167
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/accessGroup.d.ts +1 -2
- package/accessGroup.js +1 -2
- package/accessGroup.js.map +1 -1
- package/accessGroupProject.d.ts +2 -3
- package/accessGroupProject.js +2 -3
- package/accessGroupProject.js.map +1 -1
- package/attackChallengeMode.d.ts +3 -5
- package/attackChallengeMode.js +3 -5
- package/attackChallengeMode.js.map +1 -1
- package/customEnvironment.d.ts +5 -9
- package/customEnvironment.js +5 -9
- package/customEnvironment.js.map +1 -1
- package/deployment.d.ts +36 -0
- package/deployment.js +27 -0
- package/deployment.js.map +1 -1
- package/dnsRecord.d.ts +6 -12
- package/dnsRecord.js +6 -12
- package/dnsRecord.js.map +1 -1
- package/edgeConfig.d.ts +4 -8
- package/edgeConfig.js +4 -8
- package/edgeConfig.js.map +1 -1
- package/edgeConfigItem.d.ts +4 -10
- package/edgeConfigItem.js +4 -10
- package/edgeConfigItem.js.map +1 -1
- package/edgeConfigSchema.d.ts +4 -8
- package/edgeConfigSchema.js +4 -8
- package/edgeConfigSchema.js.map +1 -1
- package/edgeConfigToken.d.ts +4 -10
- package/edgeConfigToken.js +4 -10
- package/edgeConfigToken.js.map +1 -1
- package/firewallBypass.d.ts +1 -2
- package/firewallBypass.js +1 -2
- package/firewallBypass.js.map +1 -1
- package/getFile.d.ts +9 -0
- package/getFile.js.map +1 -1
- package/getPrebuiltProject.d.ts +51 -0
- package/getPrebuiltProject.js +42 -0
- package/getPrebuiltProject.js.map +1 -1
- package/getProjectDirectory.d.ts +47 -0
- package/getProjectDirectory.js +38 -0
- package/getProjectDirectory.js.map +1 -1
- package/logDrain.d.ts +4 -8
- package/logDrain.js +4 -8
- package/logDrain.js.map +1 -1
- package/microfrontendGroup.d.ts +2 -5
- package/microfrontendGroup.js +2 -5
- package/microfrontendGroup.js.map +1 -1
- package/microfrontendGroupMembership.d.ts +2 -7
- package/microfrontendGroupMembership.js +2 -7
- package/microfrontendGroupMembership.js.map +1 -1
- package/package.json +2 -2
- package/project.d.ts +13 -8
- package/project.js +13 -8
- package/project.js.map +1 -1
- package/projectCrons.d.ts +4 -7
- package/projectCrons.js +4 -7
- package/projectCrons.js.map +1 -1
- package/projectDeploymentRetention.d.ts +11 -5
- package/projectDeploymentRetention.js +11 -5
- package/projectDeploymentRetention.js.map +1 -1
- package/projectDomain.d.ts +4 -8
- package/projectDomain.js +4 -8
- package/projectDomain.js.map +1 -1
- package/projectEnvironmentVariable.d.ts +16 -16
- package/projectEnvironmentVariable.js +16 -16
- package/projectEnvironmentVariables.d.ts +9 -0
- package/projectEnvironmentVariables.js +9 -0
- package/projectEnvironmentVariables.js.map +1 -1
- package/projectMembers.d.ts +6 -0
- package/projectMembers.js +6 -0
- package/projectMembers.js.map +1 -1
- package/sharedEnvironmentVariable.d.ts +10 -4
- package/sharedEnvironmentVariable.js +10 -4
- package/sharedEnvironmentVariable.js.map +1 -1
- package/teamConfig.d.ts +1 -2
- package/teamConfig.js +1 -2
- package/teamConfig.js.map +1 -1
- package/teamMember.d.ts +1 -1
- package/teamMember.js +1 -1
package/accessGroup.d.ts
CHANGED
|
@@ -18,14 +18,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
18
|
* ## Import
|
|
19
19
|
*
|
|
20
20
|
* If importing into a personal account, or with a team configured on
|
|
21
|
-
*
|
|
22
21
|
* the provider, simply use the access_group_id.
|
|
23
22
|
*
|
|
24
23
|
* ```sh
|
|
25
24
|
* $ pulumi import vercel:index/accessGroup:AccessGroup example ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
26
25
|
* ```
|
|
27
26
|
*
|
|
28
|
-
* If importing to a team, use the
|
|
27
|
+
* If importing to a team, use the teamId and access_group_id.
|
|
29
28
|
*
|
|
30
29
|
* ```sh
|
|
31
30
|
* $ pulumi import vercel:index/accessGroup:AccessGroup example team_xxxxxxxxxxxxxxxxxxxxxxxx/ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/accessGroup.js
CHANGED
|
@@ -24,14 +24,13 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
26
|
* If importing into a personal account, or with a team configured on
|
|
27
|
-
*
|
|
28
27
|
* the provider, simply use the access_group_id.
|
|
29
28
|
*
|
|
30
29
|
* ```sh
|
|
31
30
|
* $ pulumi import vercel:index/accessGroup:AccessGroup example ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
32
31
|
* ```
|
|
33
32
|
*
|
|
34
|
-
* If importing to a team, use the
|
|
33
|
+
* If importing to a team, use the teamId and access_group_id.
|
|
35
34
|
*
|
|
36
35
|
* ```sh
|
|
37
36
|
* $ pulumi import vercel:index/accessGroup:AccessGroup example team_xxxxxxxxxxxxxxxxxxxxxxxx/ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/accessGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessGroup.js","sourceRoot":"","sources":["../accessGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accessGroup.js","sourceRoot":"","sources":["../accessGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA3DL,kCA4DC;AA9CG,gBAAgB;AACO,wBAAY,GAAG,sCAAsC,CAAC"}
|
package/accessGroupProject.d.ts
CHANGED
|
@@ -24,14 +24,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
24
24
|
* ## Import
|
|
25
25
|
*
|
|
26
26
|
* If importing into a personal account, or with a team configured on
|
|
27
|
-
*
|
|
28
|
-
* the provider, use the access_group_id and project_id.
|
|
27
|
+
* the provider, use the accessGroupId and project_id.
|
|
29
28
|
*
|
|
30
29
|
* ```sh
|
|
31
30
|
* $ pulumi import vercel:index/accessGroupProject:AccessGroupProject example ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
32
31
|
* ```
|
|
33
32
|
*
|
|
34
|
-
* If importing to a team, use the team_id,
|
|
33
|
+
* If importing to a team, use the team_id, accessGroupId and project_id.
|
|
35
34
|
*
|
|
36
35
|
* ```sh
|
|
37
36
|
* $ pulumi import vercel:index/accessGroupProject:AccessGroupProject example team_xxxxxxxxxxxxxxxxxxxxxxxx/ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/accessGroupProject.js
CHANGED
|
@@ -30,14 +30,13 @@ const utilities = require("./utilities");
|
|
|
30
30
|
* ## Import
|
|
31
31
|
*
|
|
32
32
|
* If importing into a personal account, or with a team configured on
|
|
33
|
-
*
|
|
34
|
-
* the provider, use the access_group_id and project_id.
|
|
33
|
+
* the provider, use the accessGroupId and project_id.
|
|
35
34
|
*
|
|
36
35
|
* ```sh
|
|
37
36
|
* $ pulumi import vercel:index/accessGroupProject:AccessGroupProject example ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
38
37
|
* ```
|
|
39
38
|
*
|
|
40
|
-
* If importing to a team, use the team_id,
|
|
39
|
+
* If importing to a team, use the team_id, accessGroupId and project_id.
|
|
41
40
|
*
|
|
42
41
|
* ```sh
|
|
43
42
|
* $ pulumi import vercel:index/accessGroupProject:AccessGroupProject example team_xxxxxxxxxxxxxxxxxxxxxxxx/ag_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessGroupProject.js","sourceRoot":"","sources":["../accessGroupProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accessGroupProject.js","sourceRoot":"","sources":["../accessGroupProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAhFL,gDAiFC;AAnEG,gBAAgB;AACO,+BAAY,GAAG,oDAAoD,CAAC"}
|
package/attackChallengeMode.d.ts
CHANGED
|
@@ -22,11 +22,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
* You can import via the
|
|
26
|
-
*
|
|
27
|
-
* -
|
|
28
|
-
*
|
|
29
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
25
|
+
* You can import via the teamId and project_id.
|
|
26
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
27
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
30
28
|
*
|
|
31
29
|
* ```sh
|
|
32
30
|
* $ pulumi import vercel:index/attackChallengeMode:AttackChallengeMode example team_xxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/attackChallengeMode.js
CHANGED
|
@@ -28,11 +28,9 @@ const utilities = require("./utilities");
|
|
|
28
28
|
*
|
|
29
29
|
* ## Import
|
|
30
30
|
*
|
|
31
|
-
* You can import via the
|
|
32
|
-
*
|
|
33
|
-
* -
|
|
34
|
-
*
|
|
35
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
31
|
+
* You can import via the teamId and project_id.
|
|
32
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
33
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
36
34
|
*
|
|
37
35
|
* ```sh
|
|
38
36
|
* $ pulumi import vercel:index/attackChallengeMode:AttackChallengeMode example team_xxxxxxxxxxxxxxxxxxxxxxxx/prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attackChallengeMode.js","sourceRoot":"","sources":["../attackChallengeMode.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"attackChallengeMode.js","sourceRoot":"","sources":["../attackChallengeMode.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,IAAI,IAAI,EAAE,qBAAqB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;aACxE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAhFL,kDAiFC;AAnEG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
|
package/customEnvironment.d.ts
CHANGED
|
@@ -31,20 +31,16 @@ import * as outputs from "./types/output";
|
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
33
|
* If importing into a personal account, or with a team configured on
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
34
|
+
* the provider, simply use the projectId and custom environment name.
|
|
35
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
38
36
|
*
|
|
39
37
|
* ```sh
|
|
40
38
|
* $ pulumi import vercel:index/customEnvironment:CustomEnvironment example prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/example-custom-env
|
|
41
39
|
* ```
|
|
42
40
|
*
|
|
43
|
-
* Alternatively, you can import via the team_id,
|
|
44
|
-
*
|
|
45
|
-
* -
|
|
46
|
-
*
|
|
47
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
41
|
+
* Alternatively, you can import via the team_id, projectId and environment variable id.
|
|
42
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
43
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
48
44
|
*
|
|
49
45
|
* Note also, that the value field for sensitive environment variables will be imported as `null`.
|
|
50
46
|
*
|
package/customEnvironment.js
CHANGED
|
@@ -35,20 +35,16 @@ const utilities = require("./utilities");
|
|
|
35
35
|
* ## Import
|
|
36
36
|
*
|
|
37
37
|
* If importing into a personal account, or with a team configured on
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
38
|
+
* the provider, simply use the projectId and custom environment name.
|
|
39
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
42
40
|
*
|
|
43
41
|
* ```sh
|
|
44
42
|
* $ pulumi import vercel:index/customEnvironment:CustomEnvironment example prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/example-custom-env
|
|
45
43
|
* ```
|
|
46
44
|
*
|
|
47
|
-
* Alternatively, you can import via the team_id,
|
|
48
|
-
*
|
|
49
|
-
* -
|
|
50
|
-
*
|
|
51
|
-
* - project_id can be found in the project `settings` tab in the Vercel UI.
|
|
45
|
+
* Alternatively, you can import via the team_id, projectId and environment variable id.
|
|
46
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
47
|
+
* - projectId can be found in the project `settings` tab in the Vercel UI.
|
|
52
48
|
*
|
|
53
49
|
* Note also, that the value field for sensitive environment variables will be imported as `null`.
|
|
54
50
|
*
|
package/customEnvironment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customEnvironment.js","sourceRoot":"","sources":["../customEnvironment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"customEnvironment.js","sourceRoot":"","sources":["../customEnvironment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA+BD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAhFL,8CAiFC;AAnEG,gBAAgB;AACO,8BAAY,GAAG,kDAAkD,CAAC"}
|
package/deployment.d.ts
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a Deployment resource.
|
|
6
|
+
*
|
|
7
|
+
* A Deployment is the result of building your Project and making it available through a live URL.
|
|
8
|
+
*
|
|
9
|
+
* When making deployments, the Project will be uploaded and transformed into a production-ready output through the use of a Build Step.
|
|
10
|
+
*
|
|
11
|
+
* Once the build step has completed successfully, a new, immutable deployment will be made available at the preview URL. Deployments are retained indefinitely unless deleted manually.
|
|
12
|
+
*
|
|
13
|
+
* > In order to provide files to a deployment, you'll need to use the `vercel.getFile` or `vercel.getProjectDirectory` data sources.
|
|
14
|
+
*
|
|
15
|
+
* > If you are creating Deployments through terraform and intend to use both preview and production
|
|
16
|
+
* deployments, you may wish to 'layer' your terraform, creating the Project with a different set of
|
|
17
|
+
* terraform to your Deployment.
|
|
18
|
+
*
|
|
19
|
+
* ## Example Usage
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as vercel from "@pulumiverse/vercel";
|
|
24
|
+
*
|
|
25
|
+
* // In this example, we are assuming that a nextjs UI
|
|
26
|
+
* // exists in a `ui` directory and any terraform exists in a `terraform` directory.
|
|
27
|
+
* // E.g.
|
|
28
|
+
* // ```
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
4
31
|
export declare class Deployment extends pulumi.CustomResource {
|
|
5
32
|
/**
|
|
6
33
|
* Get an existing Deployment resource's state with the given name, ID, and optional extra
|
|
@@ -21,6 +48,9 @@ export declare class Deployment extends pulumi.CustomResource {
|
|
|
21
48
|
* The ID of the Custom Environment to deploy to. If not specified, the deployment will use the standard environments (production/preview).
|
|
22
49
|
*/
|
|
23
50
|
readonly customEnvironmentId: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Set to true to hard delete the Vercel deployment when destroying the Terraform resource. If unspecified, deployments are retained indefinitely. Note that deleted deployments are not recoverable.
|
|
53
|
+
*/
|
|
24
54
|
readonly deleteOnDestroy: pulumi.Output<boolean | undefined>;
|
|
25
55
|
/**
|
|
26
56
|
* A list of all the domains (default domains, staging domains and production domains) that were assigned upon deployment creation.
|
|
@@ -89,6 +119,9 @@ export interface DeploymentState {
|
|
|
89
119
|
* The ID of the Custom Environment to deploy to. If not specified, the deployment will use the standard environments (production/preview).
|
|
90
120
|
*/
|
|
91
121
|
customEnvironmentId?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Set to true to hard delete the Vercel deployment when destroying the Terraform resource. If unspecified, deployments are retained indefinitely. Note that deleted deployments are not recoverable.
|
|
124
|
+
*/
|
|
92
125
|
deleteOnDestroy?: pulumi.Input<boolean>;
|
|
93
126
|
/**
|
|
94
127
|
* A list of all the domains (default domains, staging domains and production domains) that were assigned upon deployment creation.
|
|
@@ -149,6 +182,9 @@ export interface DeploymentArgs {
|
|
|
149
182
|
* The ID of the Custom Environment to deploy to. If not specified, the deployment will use the standard environments (production/preview).
|
|
150
183
|
*/
|
|
151
184
|
customEnvironmentId?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* Set to true to hard delete the Vercel deployment when destroying the Terraform resource. If unspecified, deployments are retained indefinitely. Note that deleted deployments are not recoverable.
|
|
187
|
+
*/
|
|
152
188
|
deleteOnDestroy?: pulumi.Input<boolean>;
|
|
153
189
|
/**
|
|
154
190
|
* A map of environment variable names to values. These are specific to a Deployment, and can also be configured on the `vercel.Project` resource.
|
package/deployment.js
CHANGED
|
@@ -5,6 +5,33 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.Deployment = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Deployment resource.
|
|
10
|
+
*
|
|
11
|
+
* A Deployment is the result of building your Project and making it available through a live URL.
|
|
12
|
+
*
|
|
13
|
+
* When making deployments, the Project will be uploaded and transformed into a production-ready output through the use of a Build Step.
|
|
14
|
+
*
|
|
15
|
+
* Once the build step has completed successfully, a new, immutable deployment will be made available at the preview URL. Deployments are retained indefinitely unless deleted manually.
|
|
16
|
+
*
|
|
17
|
+
* > In order to provide files to a deployment, you'll need to use the `vercel.getFile` or `vercel.getProjectDirectory` data sources.
|
|
18
|
+
*
|
|
19
|
+
* > If you are creating Deployments through terraform and intend to use both preview and production
|
|
20
|
+
* deployments, you may wish to 'layer' your terraform, creating the Project with a different set of
|
|
21
|
+
* terraform to your Deployment.
|
|
22
|
+
*
|
|
23
|
+
* ## Example Usage
|
|
24
|
+
*
|
|
25
|
+
* ```typescript
|
|
26
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
+
* import * as vercel from "@pulumiverse/vercel";
|
|
28
|
+
*
|
|
29
|
+
* // In this example, we are assuming that a nextjs UI
|
|
30
|
+
* // exists in a `ui` directory and any terraform exists in a `terraform` directory.
|
|
31
|
+
* // E.g.
|
|
32
|
+
* // ```
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
8
35
|
class Deployment extends pulumi.CustomResource {
|
|
9
36
|
/**
|
|
10
37
|
* Get an existing Deployment resource's state with the given name, ID, and optional extra
|
package/deployment.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../deployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"deployment.js","sourceRoot":"","sources":["../deployment.ts"],"names":[],"mappings":"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"}
|
package/dnsRecord.d.ts
CHANGED
|
@@ -83,24 +83,18 @@ import * as outputs from "./types/output";
|
|
|
83
83
|
* ## Import
|
|
84
84
|
*
|
|
85
85
|
* If importing into a personal account, or with a team configured on
|
|
86
|
-
*
|
|
87
86
|
* the provider, simply use the record id.
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
87
|
+
* - recordId can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
88
|
+
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
92
89
|
*
|
|
93
90
|
* ```sh
|
|
94
91
|
* $ pulumi import vercel:index/dnsRecord:DnsRecord example rec_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
95
92
|
* ```
|
|
96
93
|
*
|
|
97
|
-
* Alternatively, you can import via the
|
|
98
|
-
*
|
|
99
|
-
* -
|
|
100
|
-
*
|
|
101
|
-
* - record_id can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
102
|
-
*
|
|
103
|
-
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
94
|
+
* Alternatively, you can import via the teamId and record_id.
|
|
95
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
96
|
+
* - recordId can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
97
|
+
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
104
98
|
*
|
|
105
99
|
* ```sh
|
|
106
100
|
* $ pulumi import vercel:index/dnsRecord:DnsRecord example team_xxxxxxxxxxxxxxxxxxxxxxxx/rec_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/dnsRecord.js
CHANGED
|
@@ -87,24 +87,18 @@ const utilities = require("./utilities");
|
|
|
87
87
|
* ## Import
|
|
88
88
|
*
|
|
89
89
|
* If importing into a personal account, or with a team configured on
|
|
90
|
-
*
|
|
91
90
|
* the provider, simply use the record id.
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
91
|
+
* - recordId can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
92
|
+
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
96
93
|
*
|
|
97
94
|
* ```sh
|
|
98
95
|
* $ pulumi import vercel:index/dnsRecord:DnsRecord example rec_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
99
96
|
* ```
|
|
100
97
|
*
|
|
101
|
-
* Alternatively, you can import via the
|
|
102
|
-
*
|
|
103
|
-
* -
|
|
104
|
-
*
|
|
105
|
-
* - record_id can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
106
|
-
*
|
|
107
|
-
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
98
|
+
* Alternatively, you can import via the teamId and record_id.
|
|
99
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
100
|
+
* - recordId can be taken from the network tab inside developer tools, while you are on the domains page,
|
|
101
|
+
* or can be queried from the Vercel API directly (https://vercel.com/docs/rest-api/endpoints/dns#list-existing-dns-records).
|
|
108
102
|
*
|
|
109
103
|
* ```sh
|
|
110
104
|
* $ pulumi import vercel:index/dnsRecord:DnsRecord example team_xxxxxxxxxxxxxxxxxxxxxxxx/rec_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/dnsRecord.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnsRecord.js","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dnsRecord.js","sourceRoot":"","sources":["../dnsRecord.ts"],"names":[],"mappings":"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"}
|
package/edgeConfig.d.ts
CHANGED
|
@@ -31,20 +31,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
33
|
* If importing into a personal account, or with a team configured on
|
|
34
|
-
*
|
|
35
34
|
* the provider, simply use the edge config id.
|
|
36
|
-
*
|
|
37
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
35
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
38
36
|
*
|
|
39
37
|
* ```sh
|
|
40
38
|
* $ pulumi import vercel:index/edgeConfig:EdgeConfig example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
41
39
|
* ```
|
|
42
40
|
*
|
|
43
|
-
* Alternatively, you can import via the
|
|
44
|
-
*
|
|
45
|
-
* -
|
|
46
|
-
*
|
|
47
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
41
|
+
* Alternatively, you can import via the teamId and edge_config_id.
|
|
42
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
43
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
48
44
|
*
|
|
49
45
|
* ```sh
|
|
50
46
|
* $ pulumi import vercel:index/edgeConfig:EdgeConfig example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/edgeConfig.js
CHANGED
|
@@ -37,20 +37,16 @@ const utilities = require("./utilities");
|
|
|
37
37
|
* ## Import
|
|
38
38
|
*
|
|
39
39
|
* If importing into a personal account, or with a team configured on
|
|
40
|
-
*
|
|
41
40
|
* the provider, simply use the edge config id.
|
|
42
|
-
*
|
|
43
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
41
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
44
42
|
*
|
|
45
43
|
* ```sh
|
|
46
44
|
* $ pulumi import vercel:index/edgeConfig:EdgeConfig example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
47
45
|
* ```
|
|
48
46
|
*
|
|
49
|
-
* Alternatively, you can import via the
|
|
50
|
-
*
|
|
51
|
-
* -
|
|
52
|
-
*
|
|
53
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
47
|
+
* Alternatively, you can import via the teamId and edge_config_id.
|
|
48
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
49
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
54
50
|
*
|
|
55
51
|
* ```sh
|
|
56
52
|
* $ pulumi import vercel:index/edgeConfig:EdgeConfig example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/edgeConfig.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edgeConfig.js","sourceRoot":"","sources":["../edgeConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"edgeConfig.js","sourceRoot":"","sources":["../edgeConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AA3DL,gCA4DC;AA9CG,gBAAgB;AACO,uBAAY,GAAG,oCAAoC,CAAC"}
|
package/edgeConfigItem.d.ts
CHANGED
|
@@ -33,23 +33,17 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
* ## Import
|
|
34
34
|
*
|
|
35
35
|
* If importing into a personal account, or with a team configured on
|
|
36
|
-
*
|
|
37
36
|
* the provider, simply use the edge config id and the key of the item to import.
|
|
38
|
-
*
|
|
39
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
40
|
-
*
|
|
37
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
41
38
|
* - key is the key of teh item to import.
|
|
42
39
|
*
|
|
43
40
|
* ```sh
|
|
44
41
|
* $ pulumi import vercel:index/edgeConfigItem:EdgeConfigItem example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/example_key
|
|
45
42
|
* ```
|
|
46
43
|
*
|
|
47
|
-
* Alternatively, you can import via the team_id,
|
|
48
|
-
*
|
|
49
|
-
* -
|
|
50
|
-
*
|
|
51
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
52
|
-
*
|
|
44
|
+
* Alternatively, you can import via the team_id, edgeConfigId and the key of the item to import.
|
|
45
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
46
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
53
47
|
* - key is the key of the item to import.
|
|
54
48
|
*
|
|
55
49
|
* ```sh
|
package/edgeConfigItem.js
CHANGED
|
@@ -39,23 +39,17 @@ const utilities = require("./utilities");
|
|
|
39
39
|
* ## Import
|
|
40
40
|
*
|
|
41
41
|
* If importing into a personal account, or with a team configured on
|
|
42
|
-
*
|
|
43
42
|
* the provider, simply use the edge config id and the key of the item to import.
|
|
44
|
-
*
|
|
45
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
46
|
-
*
|
|
43
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
47
44
|
* - key is the key of teh item to import.
|
|
48
45
|
*
|
|
49
46
|
* ```sh
|
|
50
47
|
* $ pulumi import vercel:index/edgeConfigItem:EdgeConfigItem example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/example_key
|
|
51
48
|
* ```
|
|
52
49
|
*
|
|
53
|
-
* Alternatively, you can import via the team_id,
|
|
54
|
-
*
|
|
55
|
-
* -
|
|
56
|
-
*
|
|
57
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
58
|
-
*
|
|
50
|
+
* Alternatively, you can import via the team_id, edgeConfigId and the key of the item to import.
|
|
51
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
52
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
59
53
|
* - key is the key of the item to import.
|
|
60
54
|
*
|
|
61
55
|
* ```sh
|
package/edgeConfigItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edgeConfigItem.js","sourceRoot":"","sources":["../edgeConfigItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"edgeConfigItem.js","sourceRoot":"","sources":["../edgeConfigItem.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;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,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,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;IA+BD,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,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC;YACnC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,YAAY,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,IAAI,EAAE,GAAG,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,GAAG,CAAC;YAClC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;SACjD;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;;AAnFL,wCAoFC;AAtEG,gBAAgB;AACO,2BAAY,GAAG,4CAA4C,CAAC"}
|
package/edgeConfigSchema.d.ts
CHANGED
|
@@ -28,20 +28,16 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
28
28
|
* ## Import
|
|
29
29
|
*
|
|
30
30
|
* If importing into a personal account, or with a team configured on
|
|
31
|
-
*
|
|
32
31
|
* the provider, simply use the edge config id.
|
|
33
|
-
*
|
|
34
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
32
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
35
33
|
*
|
|
36
34
|
* ```sh
|
|
37
35
|
* $ pulumi import vercel:index/edgeConfigSchema:EdgeConfigSchema example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
38
36
|
* ```
|
|
39
37
|
*
|
|
40
|
-
* Alternatively, you can import via the
|
|
41
|
-
*
|
|
42
|
-
* -
|
|
43
|
-
*
|
|
44
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
38
|
+
* Alternatively, you can import via the teamId and edge_config_id.
|
|
39
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
40
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
45
41
|
*
|
|
46
42
|
* ```sh
|
|
47
43
|
* $ pulumi import vercel:index/edgeConfigSchema:EdgeConfigSchema example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/edgeConfigSchema.js
CHANGED
|
@@ -34,20 +34,16 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* ## Import
|
|
35
35
|
*
|
|
36
36
|
* If importing into a personal account, or with a team configured on
|
|
37
|
-
*
|
|
38
37
|
* the provider, simply use the edge config id.
|
|
39
|
-
*
|
|
40
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
38
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
41
39
|
*
|
|
42
40
|
* ```sh
|
|
43
41
|
* $ pulumi import vercel:index/edgeConfigSchema:EdgeConfigSchema example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
44
42
|
* ```
|
|
45
43
|
*
|
|
46
|
-
* Alternatively, you can import via the
|
|
47
|
-
*
|
|
48
|
-
* -
|
|
49
|
-
*
|
|
50
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
44
|
+
* Alternatively, you can import via the teamId and edge_config_id.
|
|
45
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
46
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
51
47
|
*
|
|
52
48
|
* ```sh
|
|
53
49
|
* $ pulumi import vercel:index/edgeConfigSchema:EdgeConfigSchema example team_xxxxxxxxxxxxxxxxxxxxxxxx/ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
package/edgeConfigSchema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edgeConfigSchema.js","sourceRoot":"","sources":["../edgeConfigSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"edgeConfigSchema.js","sourceRoot":"","sources":["../edgeConfigSchema.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2CG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA9DL,4CA+DC;AAjDG,gBAAgB;AACO,6BAAY,GAAG,gDAAgD,CAAC"}
|
package/edgeConfigToken.d.ts
CHANGED
|
@@ -33,23 +33,17 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
* ## Import
|
|
34
34
|
*
|
|
35
35
|
* If importing into a personal account, or with a team configured on
|
|
36
|
-
*
|
|
37
36
|
* the provider, simply use the edge config id and token value.
|
|
38
|
-
*
|
|
39
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
40
|
-
*
|
|
37
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
41
38
|
* - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens.
|
|
42
39
|
*
|
|
43
40
|
* ```sh
|
|
44
41
|
* $ pulumi import vercel:index/edgeConfigToken:EdgeConfigToken example ecfg_xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
45
42
|
* ```
|
|
46
43
|
*
|
|
47
|
-
* Alternatively, you can import via the
|
|
48
|
-
*
|
|
49
|
-
* -
|
|
50
|
-
*
|
|
51
|
-
* - edge_config_id can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
52
|
-
*
|
|
44
|
+
* Alternatively, you can import via the teamId and edge_config_id.
|
|
45
|
+
* - teamId can be found in the team `settings` tab in the Vercel UI.
|
|
46
|
+
* - edgeConfigId can be found by navigating to the Edge Config in the Vercel UI. It should begin with `ecfg_`.
|
|
53
47
|
* - token can be found in the Vercel UI under Storage, Edge Config, the specific Edge Config, Tokens.
|
|
54
48
|
*
|
|
55
49
|
* ```sh
|