@pulumi/cloudflare 5.3.0 → 5.4.0-alpha.1686761772
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/accessApplication.d.ts +15 -0
- package/accessApplication.js +2 -0
- package/accessApplication.js.map +1 -1
- package/customHostname.d.ts +3 -3
- package/devicePostureRule.d.ts +3 -3
- package/deviceSettingsPolicy.d.ts +13 -0
- package/deviceSettingsPolicy.js +6 -0
- package/deviceSettingsPolicy.js.map +1 -1
- package/loadBalancer.d.ts +6 -6
- package/originCaCertificate.d.ts +2 -2
- package/originCaCertificate.js +3 -0
- package/originCaCertificate.js.map +1 -1
- package/package.json +2 -2
- package/pagesProject.d.ts +2 -0
- package/pagesProject.js +2 -0
- package/pagesProject.js.map +1 -1
- package/teamsAccount.d.ts +1 -0
- package/teamsAccount.js +1 -0
- package/teamsAccount.js.map +1 -1
- package/types/input.d.ts +28 -4
- package/types/output.d.ts +29 -5
- package/package.json.dev +0 -28
- package/scripts/install-pulumi-plugin.js +0 -21
package/accessApplication.d.ts
CHANGED
|
@@ -120,6 +120,11 @@ export declare class AccessApplication extends pulumi.CustomResource {
|
|
|
120
120
|
* Defines the same-site cookie setting for access tokens. Available values: `none`, `lax`, `strict`.
|
|
121
121
|
*/
|
|
122
122
|
readonly sameSiteCookieAttribute: pulumi.Output<string | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* List of domains that access will secure. Only present for self_hosted, vnc, and ssh applications. Always includes the
|
|
125
|
+
* value set as `domain`
|
|
126
|
+
*/
|
|
127
|
+
readonly selfHostedDomains: pulumi.Output<string[] | undefined>;
|
|
123
128
|
/**
|
|
124
129
|
* Option to return a 401 status code in service authentication rules on failed requests. Defaults to `false`.
|
|
125
130
|
*/
|
|
@@ -213,6 +218,11 @@ export interface AccessApplicationState {
|
|
|
213
218
|
* Defines the same-site cookie setting for access tokens. Available values: `none`, `lax`, `strict`.
|
|
214
219
|
*/
|
|
215
220
|
sameSiteCookieAttribute?: pulumi.Input<string>;
|
|
221
|
+
/**
|
|
222
|
+
* List of domains that access will secure. Only present for self_hosted, vnc, and ssh applications. Always includes the
|
|
223
|
+
* value set as `domain`
|
|
224
|
+
*/
|
|
225
|
+
selfHostedDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
216
226
|
/**
|
|
217
227
|
* Option to return a 401 status code in service authentication rules on failed requests. Defaults to `false`.
|
|
218
228
|
*/
|
|
@@ -294,6 +304,11 @@ export interface AccessApplicationArgs {
|
|
|
294
304
|
* Defines the same-site cookie setting for access tokens. Available values: `none`, `lax`, `strict`.
|
|
295
305
|
*/
|
|
296
306
|
sameSiteCookieAttribute?: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* List of domains that access will secure. Only present for self_hosted, vnc, and ssh applications. Always includes the
|
|
309
|
+
* value set as `domain`
|
|
310
|
+
*/
|
|
311
|
+
selfHostedDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
297
312
|
/**
|
|
298
313
|
* Option to return a 401 status code in service authentication rules on failed requests. Defaults to `false`.
|
|
299
314
|
*/
|
package/accessApplication.js
CHANGED
|
@@ -91,6 +91,7 @@ class AccessApplication extends pulumi.CustomResource {
|
|
|
91
91
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
92
92
|
resourceInputs["saasApp"] = state ? state.saasApp : undefined;
|
|
93
93
|
resourceInputs["sameSiteCookieAttribute"] = state ? state.sameSiteCookieAttribute : undefined;
|
|
94
|
+
resourceInputs["selfHostedDomains"] = state ? state.selfHostedDomains : undefined;
|
|
94
95
|
resourceInputs["serviceAuth401Redirect"] = state ? state.serviceAuth401Redirect : undefined;
|
|
95
96
|
resourceInputs["sessionDuration"] = state ? state.sessionDuration : undefined;
|
|
96
97
|
resourceInputs["skipInterstitial"] = state ? state.skipInterstitial : undefined;
|
|
@@ -116,6 +117,7 @@ class AccessApplication extends pulumi.CustomResource {
|
|
|
116
117
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
117
118
|
resourceInputs["saasApp"] = args ? args.saasApp : undefined;
|
|
118
119
|
resourceInputs["sameSiteCookieAttribute"] = args ? args.sameSiteCookieAttribute : undefined;
|
|
120
|
+
resourceInputs["selfHostedDomains"] = args ? args.selfHostedDomains : undefined;
|
|
119
121
|
resourceInputs["serviceAuth401Redirect"] = args ? args.serviceAuth401Redirect : undefined;
|
|
120
122
|
resourceInputs["sessionDuration"] = args ? args.sessionDuration : undefined;
|
|
121
123
|
resourceInputs["skipInterstitial"] = args ? args.skipInterstitial : undefined;
|
package/accessApplication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accessApplication.js","sourceRoot":"","sources":["../accessApplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;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,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,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;
|
|
1
|
+
{"version":3,"file":"accessApplication.js","sourceRoot":"","sources":["../accessApplication.ts"],"names":[],"mappings":"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"}
|
package/customHostname.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ export declare class CustomHostname extends pulumi.CustomResource {
|
|
|
66
66
|
[key: string]: string;
|
|
67
67
|
}>;
|
|
68
68
|
/**
|
|
69
|
-
* SSL
|
|
69
|
+
* SSL properties used when creating the custom hostname.
|
|
70
70
|
*/
|
|
71
71
|
readonly ssls: pulumi.Output<outputs.CustomHostnameSsl[] | undefined>;
|
|
72
72
|
/**
|
|
@@ -119,7 +119,7 @@ export interface CustomHostnameState {
|
|
|
119
119
|
[key: string]: pulumi.Input<string>;
|
|
120
120
|
}>;
|
|
121
121
|
/**
|
|
122
|
-
* SSL
|
|
122
|
+
* SSL properties used when creating the custom hostname.
|
|
123
123
|
*/
|
|
124
124
|
ssls?: pulumi.Input<pulumi.Input<inputs.CustomHostnameSsl>[]>;
|
|
125
125
|
/**
|
|
@@ -158,7 +158,7 @@ export interface CustomHostnameArgs {
|
|
|
158
158
|
*/
|
|
159
159
|
hostname: pulumi.Input<string>;
|
|
160
160
|
/**
|
|
161
|
-
* SSL
|
|
161
|
+
* SSL properties used when creating the custom hostname.
|
|
162
162
|
*/
|
|
163
163
|
ssls?: pulumi.Input<pulumi.Input<inputs.CustomHostnameSsl>[]>;
|
|
164
164
|
/**
|
package/devicePostureRule.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class DevicePostureRule extends pulumi.CustomResource {
|
|
|
75
75
|
*/
|
|
76
76
|
readonly schedule: pulumi.Output<string | undefined>;
|
|
77
77
|
/**
|
|
78
|
-
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`.
|
|
78
|
+
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`, `kolide`, `taniumS2s`, `intune`.
|
|
79
79
|
*/
|
|
80
80
|
readonly type: pulumi.Output<string>;
|
|
81
81
|
/**
|
|
@@ -114,7 +114,7 @@ export interface DevicePostureRuleState {
|
|
|
114
114
|
*/
|
|
115
115
|
schedule?: pulumi.Input<string>;
|
|
116
116
|
/**
|
|
117
|
-
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`.
|
|
117
|
+
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`, `kolide`, `taniumS2s`, `intune`.
|
|
118
118
|
*/
|
|
119
119
|
type?: pulumi.Input<string>;
|
|
120
120
|
}
|
|
@@ -145,7 +145,7 @@ export interface DevicePostureRuleArgs {
|
|
|
145
145
|
*/
|
|
146
146
|
schedule?: pulumi.Input<string>;
|
|
147
147
|
/**
|
|
148
|
-
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`.
|
|
148
|
+
* The device posture rule type. Available values: `serialNumber`, `file`, `application`, `gateway`, `warp`, `domainJoined`, `osVersion`, `diskEncryption`, `firewall`, `workspaceOne`, `uniqueClientId`, `crowdstrikeS2s`, `sentinelone`, `kolide`, `taniumS2s`, `intune`.
|
|
149
149
|
*/
|
|
150
150
|
type: pulumi.Input<string>;
|
|
151
151
|
}
|
|
@@ -16,6 +16,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
* autoConnect: 0,
|
|
17
17
|
* captivePortal: 5,
|
|
18
18
|
* "default": false,
|
|
19
|
+
* description: "Developers WARP settings policy description",
|
|
19
20
|
* disableAutoFallback: true,
|
|
20
21
|
* enabled: true,
|
|
21
22
|
* excludeOfficeIps: false,
|
|
@@ -81,6 +82,10 @@ export declare class DeviceSettingsPolicy extends pulumi.CustomResource {
|
|
|
81
82
|
* Whether the policy refers to the default account policy.
|
|
82
83
|
*/
|
|
83
84
|
readonly default: pulumi.Output<boolean | undefined>;
|
|
85
|
+
/**
|
|
86
|
+
* Description of Policy.
|
|
87
|
+
*/
|
|
88
|
+
readonly description: pulumi.Output<string>;
|
|
84
89
|
/**
|
|
85
90
|
* Whether to disable auto fallback for this policy.
|
|
86
91
|
*/
|
|
@@ -162,6 +167,10 @@ export interface DeviceSettingsPolicyState {
|
|
|
162
167
|
* Whether the policy refers to the default account policy.
|
|
163
168
|
*/
|
|
164
169
|
default?: pulumi.Input<boolean>;
|
|
170
|
+
/**
|
|
171
|
+
* Description of Policy.
|
|
172
|
+
*/
|
|
173
|
+
description?: pulumi.Input<string>;
|
|
165
174
|
/**
|
|
166
175
|
* Whether to disable auto fallback for this policy.
|
|
167
176
|
*/
|
|
@@ -235,6 +244,10 @@ export interface DeviceSettingsPolicyArgs {
|
|
|
235
244
|
* Whether the policy refers to the default account policy.
|
|
236
245
|
*/
|
|
237
246
|
default?: pulumi.Input<boolean>;
|
|
247
|
+
/**
|
|
248
|
+
* Description of Policy.
|
|
249
|
+
*/
|
|
250
|
+
description: pulumi.Input<string>;
|
|
238
251
|
/**
|
|
239
252
|
* Whether to disable auto fallback for this policy.
|
|
240
253
|
*/
|
package/deviceSettingsPolicy.js
CHANGED
|
@@ -22,6 +22,7 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* autoConnect: 0,
|
|
23
23
|
* captivePortal: 5,
|
|
24
24
|
* "default": false,
|
|
25
|
+
* description: "Developers WARP settings policy description",
|
|
25
26
|
* disableAutoFallback: true,
|
|
26
27
|
* enabled: true,
|
|
27
28
|
* excludeOfficeIps: false,
|
|
@@ -78,6 +79,7 @@ class DeviceSettingsPolicy extends pulumi.CustomResource {
|
|
|
78
79
|
resourceInputs["autoConnect"] = state ? state.autoConnect : undefined;
|
|
79
80
|
resourceInputs["captivePortal"] = state ? state.captivePortal : undefined;
|
|
80
81
|
resourceInputs["default"] = state ? state.default : undefined;
|
|
82
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
81
83
|
resourceInputs["disableAutoFallback"] = state ? state.disableAutoFallback : undefined;
|
|
82
84
|
resourceInputs["enabled"] = state ? state.enabled : undefined;
|
|
83
85
|
resourceInputs["excludeOfficeIps"] = state ? state.excludeOfficeIps : undefined;
|
|
@@ -94,6 +96,9 @@ class DeviceSettingsPolicy extends pulumi.CustomResource {
|
|
|
94
96
|
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
95
97
|
throw new Error("Missing required property 'accountId'");
|
|
96
98
|
}
|
|
99
|
+
if ((!args || args.description === undefined) && !opts.urn) {
|
|
100
|
+
throw new Error("Missing required property 'description'");
|
|
101
|
+
}
|
|
97
102
|
if ((!args || args.name === undefined) && !opts.urn) {
|
|
98
103
|
throw new Error("Missing required property 'name'");
|
|
99
104
|
}
|
|
@@ -104,6 +109,7 @@ class DeviceSettingsPolicy extends pulumi.CustomResource {
|
|
|
104
109
|
resourceInputs["autoConnect"] = args ? args.autoConnect : undefined;
|
|
105
110
|
resourceInputs["captivePortal"] = args ? args.captivePortal : undefined;
|
|
106
111
|
resourceInputs["default"] = args ? args.default : undefined;
|
|
112
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
107
113
|
resourceInputs["disableAutoFallback"] = args ? args.disableAutoFallback : undefined;
|
|
108
114
|
resourceInputs["enabled"] = args ? args.enabled : undefined;
|
|
109
115
|
resourceInputs["excludeOfficeIps"] = args ? args.excludeOfficeIps : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceSettingsPolicy.js","sourceRoot":"","sources":["../deviceSettingsPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"deviceSettingsPolicy.js","sourceRoot":"","sources":["../deviceSettingsPolicy.ts"],"names":[],"mappings":"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"}
|
package/loadBalancer.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
130
130
|
*/
|
|
131
131
|
readonly proxied: pulumi.Output<boolean | undefined>;
|
|
132
132
|
/**
|
|
133
|
-
* Configures pool weights
|
|
133
|
+
* Configures pool weights. When `steering_policy="random"`, a random pool is selected with probability proportional to pool weights. When `steering_policy="leastOutstandingRequests"`, pool weights are used to scale each pool's outstanding requests.
|
|
134
134
|
*/
|
|
135
135
|
readonly randomSteerings: pulumi.Output<outputs.LoadBalancerRandomSteering[] | undefined>;
|
|
136
136
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly sessionAffinityTtl: pulumi.Output<number | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `""` Defaults to `""`.
|
|
157
|
+
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `leastOutstandingRequests` selects a pool by taking into consideration `randomSteering` weights, as well as each pool's number of outstanding requests. Pools with more pending requests are weighted proportionately less relative to others. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `leastOutstandingRequests`, `""` Defaults to `""`.
|
|
158
158
|
*/
|
|
159
159
|
readonly steeringPolicy: pulumi.Output<string>;
|
|
160
160
|
/**
|
|
@@ -227,7 +227,7 @@ export interface LoadBalancerState {
|
|
|
227
227
|
*/
|
|
228
228
|
proxied?: pulumi.Input<boolean>;
|
|
229
229
|
/**
|
|
230
|
-
* Configures pool weights
|
|
230
|
+
* Configures pool weights. When `steering_policy="random"`, a random pool is selected with probability proportional to pool weights. When `steering_policy="leastOutstandingRequests"`, pool weights are used to scale each pool's outstanding requests.
|
|
231
231
|
*/
|
|
232
232
|
randomSteerings?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRandomSteering>[]>;
|
|
233
233
|
/**
|
|
@@ -251,7 +251,7 @@ export interface LoadBalancerState {
|
|
|
251
251
|
*/
|
|
252
252
|
sessionAffinityTtl?: pulumi.Input<number>;
|
|
253
253
|
/**
|
|
254
|
-
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `""` Defaults to `""`.
|
|
254
|
+
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `leastOutstandingRequests` selects a pool by taking into consideration `randomSteering` weights, as well as each pool's number of outstanding requests. Pools with more pending requests are weighted proportionately less relative to others. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `leastOutstandingRequests`, `""` Defaults to `""`.
|
|
255
255
|
*/
|
|
256
256
|
steeringPolicy?: pulumi.Input<string>;
|
|
257
257
|
/**
|
|
@@ -308,7 +308,7 @@ export interface LoadBalancerArgs {
|
|
|
308
308
|
*/
|
|
309
309
|
proxied?: pulumi.Input<boolean>;
|
|
310
310
|
/**
|
|
311
|
-
* Configures pool weights
|
|
311
|
+
* Configures pool weights. When `steering_policy="random"`, a random pool is selected with probability proportional to pool weights. When `steering_policy="leastOutstandingRequests"`, pool weights are used to scale each pool's outstanding requests.
|
|
312
312
|
*/
|
|
313
313
|
randomSteerings?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRandomSteering>[]>;
|
|
314
314
|
/**
|
|
@@ -332,7 +332,7 @@ export interface LoadBalancerArgs {
|
|
|
332
332
|
*/
|
|
333
333
|
sessionAffinityTtl?: pulumi.Input<number>;
|
|
334
334
|
/**
|
|
335
|
-
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `""` Defaults to `""`.
|
|
335
|
+
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `leastOutstandingRequests` selects a pool by taking into consideration `randomSteering` weights, as well as each pool's number of outstanding requests. Pools with more pending requests are weighted proportionately less relative to others. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `leastOutstandingRequests`, `""` Defaults to `""`.
|
|
336
336
|
*/
|
|
337
337
|
steeringPolicy?: pulumi.Input<string>;
|
|
338
338
|
/**
|
package/originCaCertificate.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare class OriginCaCertificate extends pulumi.CustomResource {
|
|
|
54
54
|
/**
|
|
55
55
|
* The Certificate Signing Request. Must be newline-encoded. **Modifying this attribute will force creation of a new resource.**
|
|
56
56
|
*/
|
|
57
|
-
readonly csr: pulumi.Output<string
|
|
57
|
+
readonly csr: pulumi.Output<string>;
|
|
58
58
|
/**
|
|
59
59
|
* The datetime when the certificate will expire.
|
|
60
60
|
*/
|
|
@@ -124,7 +124,7 @@ export interface OriginCaCertificateArgs {
|
|
|
124
124
|
/**
|
|
125
125
|
* The Certificate Signing Request. Must be newline-encoded. **Modifying this attribute will force creation of a new resource.**
|
|
126
126
|
*/
|
|
127
|
-
csr
|
|
127
|
+
csr: pulumi.Input<string>;
|
|
128
128
|
/**
|
|
129
129
|
* A list of hostnames or wildcard names bound to the certificate. **Modifying this attribute will force creation of a new resource.**
|
|
130
130
|
*/
|
package/originCaCertificate.js
CHANGED
|
@@ -75,6 +75,9 @@ class OriginCaCertificate extends pulumi.CustomResource {
|
|
|
75
75
|
}
|
|
76
76
|
else {
|
|
77
77
|
const args = argsOrState;
|
|
78
|
+
if ((!args || args.csr === undefined) && !opts.urn) {
|
|
79
|
+
throw new Error("Missing required property 'csr'");
|
|
80
|
+
}
|
|
78
81
|
if ((!args || args.hostnames === undefined) && !opts.urn) {
|
|
79
82
|
throw new Error("Missing required property 'hostnames'");
|
|
80
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"originCaCertificate.js","sourceRoot":"","sources":["../originCaCertificate.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"originCaCertificate.js","sourceRoot":"","sources":["../originCaCertificate.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/cloudflare",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.4.0-alpha.1686761772+07e5d0a4",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Cloudflare cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource cloudflare v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource cloudflare v5.4.0-alpha.1686761772+07e5d0a4"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/pagesProject.d.ts
CHANGED
|
@@ -124,6 +124,8 @@ import * as outputs from "./types/output";
|
|
|
124
124
|
*
|
|
125
125
|
* ## Import
|
|
126
126
|
*
|
|
127
|
+
* !> It is not possible to import a pages project with secret environment variables. If you have a secret environment variable, you must remove it from your project before importing it.
|
|
128
|
+
*
|
|
127
129
|
* ```sh
|
|
128
130
|
* $ pulumi import cloudflare:index/pagesProject:PagesProject example <account_id>/<project_name>
|
|
129
131
|
* ```
|
package/pagesProject.js
CHANGED
|
@@ -128,6 +128,8 @@ const utilities = require("./utilities");
|
|
|
128
128
|
*
|
|
129
129
|
* ## Import
|
|
130
130
|
*
|
|
131
|
+
* !> It is not possible to import a pages project with secret environment variables. If you have a secret environment variable, you must remove it from your project before importing it.
|
|
132
|
+
*
|
|
131
133
|
* ```sh
|
|
132
134
|
* $ pulumi import cloudflare:index/pagesProject:PagesProject example <account_id>/<project_name>
|
|
133
135
|
* ```
|
package/pagesProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagesProject.js","sourceRoot":"","sources":["../pagesProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"pagesProject.js","sourceRoot":"","sources":["../pagesProject.ts"],"names":[],"mappings":"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"}
|
package/teamsAccount.d.ts
CHANGED
package/teamsAccount.js
CHANGED
package/teamsAccount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teamsAccount.js","sourceRoot":"","sources":["../teamsAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"teamsAccount.js","sourceRoot":"","sources":["../teamsAccount.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -516,6 +516,10 @@ export interface CertificatePackValidationRecord {
|
|
|
516
516
|
txtValue?: pulumi.Input<string>;
|
|
517
517
|
}
|
|
518
518
|
export interface CustomHostnameSsl {
|
|
519
|
+
/**
|
|
520
|
+
* A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: `ubiquitous`, `optimal`, `force`.
|
|
521
|
+
*/
|
|
522
|
+
bundleMethod?: pulumi.Input<string>;
|
|
519
523
|
certificateAuthority?: pulumi.Input<string>;
|
|
520
524
|
/**
|
|
521
525
|
* If a custom uploaded certificate is used.
|
|
@@ -659,6 +663,10 @@ export interface DevicePostureRuleInput {
|
|
|
659
663
|
* The workspace one connection id.
|
|
660
664
|
*/
|
|
661
665
|
connectionId?: pulumi.Input<string>;
|
|
666
|
+
/**
|
|
667
|
+
* The count comparison operator for kolide. Available values: `>`, `>=`, `<`, `<=`, `==`.
|
|
668
|
+
*/
|
|
669
|
+
countOperator?: pulumi.Input<string>;
|
|
662
670
|
/**
|
|
663
671
|
* The domain that the client must join.
|
|
664
672
|
*/
|
|
@@ -675,6 +683,10 @@ export interface DevicePostureRuleInput {
|
|
|
675
683
|
* The Teams List id.
|
|
676
684
|
*/
|
|
677
685
|
id?: pulumi.Input<string>;
|
|
686
|
+
/**
|
|
687
|
+
* The number of issues for kolide.
|
|
688
|
+
*/
|
|
689
|
+
issueCount?: pulumi.Input<string>;
|
|
678
690
|
/**
|
|
679
691
|
* The version comparison operator. Available values: `>`, `>=`, `<`, `<=`, `==`.
|
|
680
692
|
*/
|
|
@@ -1208,7 +1220,7 @@ export interface LoadBalancerPoolOrigin {
|
|
|
1208
1220
|
*/
|
|
1209
1221
|
name: pulumi.Input<string>;
|
|
1210
1222
|
/**
|
|
1211
|
-
* The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. Defaults to `1`.
|
|
1223
|
+
* The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. When `origin_steering.policy="leastOutstandingRequests"`, weight is used to scale the origin's outstanding requests. Defaults to `1`.
|
|
1212
1224
|
*/
|
|
1213
1225
|
weight?: pulumi.Input<number>;
|
|
1214
1226
|
}
|
|
@@ -1218,7 +1230,7 @@ export interface LoadBalancerPoolOriginHeader {
|
|
|
1218
1230
|
}
|
|
1219
1231
|
export interface LoadBalancerPoolOriginSteering {
|
|
1220
1232
|
/**
|
|
1221
|
-
* Origin steering policy to be used. Available values: `""`, `hash`, `random`. Defaults to `random`.
|
|
1233
|
+
* Origin steering policy to be used. Value `random` selects an origin randomly. Value `hash` selects an origin by computing a hash over the CF-Connecting-IP address. Value `leastOutstandingRequests` selects an origin by taking into consideration origin weights, as well as each origin's number of outstanding requests. Origins with more pending requests are weighted proportionately less relative to others. Available values: `""`, `hash`, `random`, `leastOutstandingRequests`. Defaults to `random`.
|
|
1222
1234
|
*/
|
|
1223
1235
|
policy?: pulumi.Input<string>;
|
|
1224
1236
|
}
|
|
@@ -1310,7 +1322,7 @@ export interface LoadBalancerRuleOverride {
|
|
|
1310
1322
|
*/
|
|
1311
1323
|
popPools?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRuleOverridePopPool>[]>;
|
|
1312
1324
|
/**
|
|
1313
|
-
* Configures pool weights
|
|
1325
|
+
* Configures pool weights. When `steering_policy="random"`, a random pool is selected with probability proportional to pool weights. When `steering_policy="leastOutstandingRequests"`, pool weights are used to scale each pool's outstanding requests.
|
|
1314
1326
|
*/
|
|
1315
1327
|
randomSteerings?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRuleOverrideRandomSteering>[]>;
|
|
1316
1328
|
/**
|
|
@@ -1330,7 +1342,7 @@ export interface LoadBalancerRuleOverride {
|
|
|
1330
1342
|
*/
|
|
1331
1343
|
sessionAffinityTtl?: pulumi.Input<number>;
|
|
1332
1344
|
/**
|
|
1333
|
-
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `""` Defaults to `""`.
|
|
1345
|
+
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `leastOutstandingRequests` selects a pool by taking into consideration `randomSteering` weights, as well as each pool's number of outstanding requests. Pools with more pending requests are weighted proportionately less relative to others. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `leastOutstandingRequests`, `""` Defaults to `""`.
|
|
1334
1346
|
*/
|
|
1335
1347
|
steeringPolicy?: pulumi.Input<string>;
|
|
1336
1348
|
/**
|
|
@@ -1907,6 +1919,7 @@ export interface PagesProjectDeploymentConfigsPreview {
|
|
|
1907
1919
|
kvNamespaces?: pulumi.Input<{
|
|
1908
1920
|
[key: string]: any;
|
|
1909
1921
|
}>;
|
|
1922
|
+
placement?: pulumi.Input<inputs.PagesProjectDeploymentConfigsPreviewPlacement>;
|
|
1910
1923
|
r2Buckets?: pulumi.Input<{
|
|
1911
1924
|
[key: string]: any;
|
|
1912
1925
|
}>;
|
|
@@ -1916,6 +1929,9 @@ export interface PagesProjectDeploymentConfigsPreview {
|
|
|
1916
1929
|
serviceBindings?: pulumi.Input<pulumi.Input<inputs.PagesProjectDeploymentConfigsPreviewServiceBinding>[]>;
|
|
1917
1930
|
usageModel?: pulumi.Input<string>;
|
|
1918
1931
|
}
|
|
1932
|
+
export interface PagesProjectDeploymentConfigsPreviewPlacement {
|
|
1933
|
+
mode?: pulumi.Input<string>;
|
|
1934
|
+
}
|
|
1919
1935
|
export interface PagesProjectDeploymentConfigsPreviewServiceBinding {
|
|
1920
1936
|
environment?: pulumi.Input<string>;
|
|
1921
1937
|
/**
|
|
@@ -1941,6 +1957,7 @@ export interface PagesProjectDeploymentConfigsProduction {
|
|
|
1941
1957
|
kvNamespaces?: pulumi.Input<{
|
|
1942
1958
|
[key: string]: any;
|
|
1943
1959
|
}>;
|
|
1960
|
+
placement?: pulumi.Input<inputs.PagesProjectDeploymentConfigsProductionPlacement>;
|
|
1944
1961
|
r2Buckets?: pulumi.Input<{
|
|
1945
1962
|
[key: string]: any;
|
|
1946
1963
|
}>;
|
|
@@ -1950,6 +1967,9 @@ export interface PagesProjectDeploymentConfigsProduction {
|
|
|
1950
1967
|
serviceBindings?: pulumi.Input<pulumi.Input<inputs.PagesProjectDeploymentConfigsProductionServiceBinding>[]>;
|
|
1951
1968
|
usageModel?: pulumi.Input<string>;
|
|
1952
1969
|
}
|
|
1970
|
+
export interface PagesProjectDeploymentConfigsProductionPlacement {
|
|
1971
|
+
mode?: pulumi.Input<string>;
|
|
1972
|
+
}
|
|
1953
1973
|
export interface PagesProjectDeploymentConfigsProductionServiceBinding {
|
|
1954
1974
|
environment?: pulumi.Input<string>;
|
|
1955
1975
|
/**
|
|
@@ -2498,6 +2518,10 @@ export interface TeamsAccountPayloadLog {
|
|
|
2498
2518
|
publicKey: pulumi.Input<string>;
|
|
2499
2519
|
}
|
|
2500
2520
|
export interface TeamsAccountProxy {
|
|
2521
|
+
/**
|
|
2522
|
+
* Whether root ca is enabled account wide for ZT clients.
|
|
2523
|
+
*/
|
|
2524
|
+
rootCa: pulumi.Input<boolean>;
|
|
2501
2525
|
/**
|
|
2502
2526
|
* Whether gateway proxy is enabled on gateway devices for TCP traffic.
|
|
2503
2527
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -515,6 +515,10 @@ export interface CertificatePackValidationRecord {
|
|
|
515
515
|
txtValue: string;
|
|
516
516
|
}
|
|
517
517
|
export interface CustomHostnameSsl {
|
|
518
|
+
/**
|
|
519
|
+
* A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: `ubiquitous`, `optimal`, `force`.
|
|
520
|
+
*/
|
|
521
|
+
bundleMethod?: string;
|
|
518
522
|
certificateAuthority: string;
|
|
519
523
|
/**
|
|
520
524
|
* If a custom uploaded certificate is used.
|
|
@@ -658,6 +662,10 @@ export interface DevicePostureRuleInput {
|
|
|
658
662
|
* The workspace one connection id.
|
|
659
663
|
*/
|
|
660
664
|
connectionId?: string;
|
|
665
|
+
/**
|
|
666
|
+
* The count comparison operator for kolide. Available values: `>`, `>=`, `<`, `<=`, `==`.
|
|
667
|
+
*/
|
|
668
|
+
countOperator?: string;
|
|
661
669
|
/**
|
|
662
670
|
* The domain that the client must join.
|
|
663
671
|
*/
|
|
@@ -674,6 +682,10 @@ export interface DevicePostureRuleInput {
|
|
|
674
682
|
* The Teams List id.
|
|
675
683
|
*/
|
|
676
684
|
id?: string;
|
|
685
|
+
/**
|
|
686
|
+
* The number of issues for kolide.
|
|
687
|
+
*/
|
|
688
|
+
issueCount?: string;
|
|
677
689
|
/**
|
|
678
690
|
* The version comparison operator. Available values: `>`, `>=`, `<`, `<=`, `==`.
|
|
679
691
|
*/
|
|
@@ -1386,7 +1398,7 @@ export interface LoadBalancerPoolOrigin {
|
|
|
1386
1398
|
*/
|
|
1387
1399
|
name: string;
|
|
1388
1400
|
/**
|
|
1389
|
-
* The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. Defaults to `1`.
|
|
1401
|
+
* The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. When `origin_steering.policy="leastOutstandingRequests"`, weight is used to scale the origin's outstanding requests. Defaults to `1`.
|
|
1390
1402
|
*/
|
|
1391
1403
|
weight?: number;
|
|
1392
1404
|
}
|
|
@@ -1396,7 +1408,7 @@ export interface LoadBalancerPoolOriginHeader {
|
|
|
1396
1408
|
}
|
|
1397
1409
|
export interface LoadBalancerPoolOriginSteering {
|
|
1398
1410
|
/**
|
|
1399
|
-
* Origin steering policy to be used. Available values: `""`, `hash`, `random`. Defaults to `random`.
|
|
1411
|
+
* Origin steering policy to be used. Value `random` selects an origin randomly. Value `hash` selects an origin by computing a hash over the CF-Connecting-IP address. Value `leastOutstandingRequests` selects an origin by taking into consideration origin weights, as well as each origin's number of outstanding requests. Origins with more pending requests are weighted proportionately less relative to others. Available values: `""`, `hash`, `random`, `leastOutstandingRequests`. Defaults to `random`.
|
|
1400
1412
|
*/
|
|
1401
1413
|
policy?: string;
|
|
1402
1414
|
}
|
|
@@ -1488,7 +1500,7 @@ export interface LoadBalancerRuleOverride {
|
|
|
1488
1500
|
*/
|
|
1489
1501
|
popPools: outputs.LoadBalancerRuleOverridePopPool[];
|
|
1490
1502
|
/**
|
|
1491
|
-
* Configures pool weights
|
|
1503
|
+
* Configures pool weights. When `steering_policy="random"`, a random pool is selected with probability proportional to pool weights. When `steering_policy="leastOutstandingRequests"`, pool weights are used to scale each pool's outstanding requests.
|
|
1492
1504
|
*/
|
|
1493
1505
|
randomSteerings?: outputs.LoadBalancerRuleOverrideRandomSteering[];
|
|
1494
1506
|
/**
|
|
@@ -1508,7 +1520,7 @@ export interface LoadBalancerRuleOverride {
|
|
|
1508
1520
|
*/
|
|
1509
1521
|
sessionAffinityTtl?: number;
|
|
1510
1522
|
/**
|
|
1511
|
-
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `""` Defaults to `""`.
|
|
1523
|
+
* The method the load balancer uses to determine the route to your origin. Value `off` uses `defaultPoolIds`. Value `geo` uses `popPools`/`countryPools`/`regionPools`. For non-proxied requests, the `country` for `countryPools` is determined by `locationStrategy`. Value `random` selects a pool randomly. Value `dynamicLatency` uses round trip time to select the closest pool in `defaultPoolIds` (requires pool health checks). Value `proximity` uses the pools' latitude and longitude to select the closest pool using the Cloudflare PoP location for proxied requests or the location determined by `locationStrategy` for non-proxied requests. Value `leastOutstandingRequests` selects a pool by taking into consideration `randomSteering` weights, as well as each pool's number of outstanding requests. Pools with more pending requests are weighted proportionately less relative to others. Value `""` maps to `geo` if you use `popPools`/`countryPools`/`regionPools` otherwise `off`. Available values: `off`, `geo`, `dynamicLatency`, `random`, `proximity`, `leastOutstandingRequests`, `""` Defaults to `""`.
|
|
1512
1524
|
*/
|
|
1513
1525
|
steeringPolicy?: string;
|
|
1514
1526
|
/**
|
|
@@ -2085,6 +2097,7 @@ export interface PagesProjectDeploymentConfigsPreview {
|
|
|
2085
2097
|
kvNamespaces?: {
|
|
2086
2098
|
[key: string]: any;
|
|
2087
2099
|
};
|
|
2100
|
+
placement?: outputs.PagesProjectDeploymentConfigsPreviewPlacement;
|
|
2088
2101
|
r2Buckets?: {
|
|
2089
2102
|
[key: string]: any;
|
|
2090
2103
|
};
|
|
@@ -2094,6 +2107,9 @@ export interface PagesProjectDeploymentConfigsPreview {
|
|
|
2094
2107
|
serviceBindings?: outputs.PagesProjectDeploymentConfigsPreviewServiceBinding[];
|
|
2095
2108
|
usageModel?: string;
|
|
2096
2109
|
}
|
|
2110
|
+
export interface PagesProjectDeploymentConfigsPreviewPlacement {
|
|
2111
|
+
mode?: string;
|
|
2112
|
+
}
|
|
2097
2113
|
export interface PagesProjectDeploymentConfigsPreviewServiceBinding {
|
|
2098
2114
|
environment?: string;
|
|
2099
2115
|
/**
|
|
@@ -2119,6 +2135,7 @@ export interface PagesProjectDeploymentConfigsProduction {
|
|
|
2119
2135
|
kvNamespaces?: {
|
|
2120
2136
|
[key: string]: any;
|
|
2121
2137
|
};
|
|
2138
|
+
placement?: outputs.PagesProjectDeploymentConfigsProductionPlacement;
|
|
2122
2139
|
r2Buckets?: {
|
|
2123
2140
|
[key: string]: any;
|
|
2124
2141
|
};
|
|
@@ -2128,6 +2145,9 @@ export interface PagesProjectDeploymentConfigsProduction {
|
|
|
2128
2145
|
serviceBindings?: outputs.PagesProjectDeploymentConfigsProductionServiceBinding[];
|
|
2129
2146
|
usageModel?: string;
|
|
2130
2147
|
}
|
|
2148
|
+
export interface PagesProjectDeploymentConfigsProductionPlacement {
|
|
2149
|
+
mode?: string;
|
|
2150
|
+
}
|
|
2131
2151
|
export interface PagesProjectDeploymentConfigsProductionServiceBinding {
|
|
2132
2152
|
environment?: string;
|
|
2133
2153
|
/**
|
|
@@ -2303,7 +2323,7 @@ export interface RulesetRule {
|
|
|
2303
2323
|
/**
|
|
2304
2324
|
* Rule reference.
|
|
2305
2325
|
*/
|
|
2306
|
-
ref
|
|
2326
|
+
ref: string;
|
|
2307
2327
|
/**
|
|
2308
2328
|
* Version of the ruleset to deploy.
|
|
2309
2329
|
*/
|
|
@@ -2676,6 +2696,10 @@ export interface TeamsAccountPayloadLog {
|
|
|
2676
2696
|
publicKey: string;
|
|
2677
2697
|
}
|
|
2678
2698
|
export interface TeamsAccountProxy {
|
|
2699
|
+
/**
|
|
2700
|
+
* Whether root ca is enabled account wide for ZT clients.
|
|
2701
|
+
*/
|
|
2702
|
+
rootCa: boolean;
|
|
2679
2703
|
/**
|
|
2680
2704
|
* Whether gateway proxy is enabled on gateway devices for TCP traffic.
|
|
2681
2705
|
*/
|
package/package.json.dev
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pulumi/cloudflare",
|
|
3
|
-
"version": "v5.3.0",
|
|
4
|
-
"description": "A Pulumi package for creating and managing Cloudflare cloud resources.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"pulumi",
|
|
7
|
-
"cloudflare"
|
|
8
|
-
],
|
|
9
|
-
"homepage": "https://pulumi.io",
|
|
10
|
-
"repository": "https://github.com/pulumi/pulumi-cloudflare",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource cloudflare v5.3.0"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@pulumi/pulumi": "^3.0.0"
|
|
18
|
-
},
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@types/mime": "^2.0.0",
|
|
21
|
-
"@types/node": "^10.0.0",
|
|
22
|
-
"typescript": "^4.3.5"
|
|
23
|
-
},
|
|
24
|
-
"pulumi": {
|
|
25
|
-
"resource": true,
|
|
26
|
-
"name": "cloudflare"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var childProcess = require("child_process");
|
|
3
|
-
|
|
4
|
-
var args = process.argv.slice(2);
|
|
5
|
-
var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
|
|
6
|
-
stdio: ["ignore", "inherit", "inherit"]
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
if (res.error && res.error.code === "ENOENT") {
|
|
10
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
11
|
-
"It looks like `pulumi` is not installed on your system. " +
|
|
12
|
-
"Please visit https://pulumi.com/ to install the Pulumi CLI.\n" +
|
|
13
|
-
"You may try manually installing the plugin by running " +
|
|
14
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
15
|
-
} else if (res.error || res.status !== 0) {
|
|
16
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
17
|
-
"You may try to manually installing the plugin by running " +
|
|
18
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
process.exit(0);
|