@pulumi/fastly 12.0.0 → 12.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/fastly",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing fastly cloud resources.. Based on terraform-provider-fastly: version v4",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "fastly",
|
|
26
|
-
"version": "12.0.
|
|
26
|
+
"version": "12.0.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ export interface NgwafWorkspaceRuleRateLimit {
|
|
|
378
378
|
*/
|
|
379
379
|
signal: pulumi.Input<string>;
|
|
380
380
|
/**
|
|
381
|
-
* Rate limit threshold. Minimum 1 and maximum
|
|
381
|
+
* Rate limit threshold. Minimum 1 and maximum 100,000.
|
|
382
382
|
*/
|
|
383
383
|
threshold: pulumi.Input<number>;
|
|
384
384
|
}
|
package/types/output.d.ts
CHANGED