@pulumi/fastly 12.0.0 → 12.0.1-alpha.1776917927

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/fastly",
3
- "version": "12.0.0",
3
+ "version": "12.0.1-alpha.1776917927",
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.0"
26
+ "version": "12.0.1-alpha.1776917927"
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 10,000.
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
@@ -903,7 +903,7 @@ export interface NgwafWorkspaceRuleRateLimit {
903
903
  */
904
904
  signal: string;
905
905
  /**
906
- * Rate limit threshold. Minimum 1 and maximum 10,000.
906
+ * Rate limit threshold. Minimum 1 and maximum 100,000.
907
907
  */
908
908
  threshold: number;
909
909
  }