@pulumi/fastly 9.2.0-alpha.1750226412 → 10.0.0

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": "9.2.0-alpha.1750226412",
3
+ "version": "10.0.0",
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": "9.2.0-alpha.1750226412"
26
+ "version": "10.0.0"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -3233,12 +3233,6 @@ export interface ServiceVclRequestSetting {
3233
3233
  * Forces the request to use SSL (Redirects a non-SSL request to SSL)
3234
3234
  */
3235
3235
  forceSsl?: pulumi.Input<boolean>;
3236
- /**
3237
- * Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers
3238
- *
3239
- * @deprecated 'geo_headers' attribute has been deprecated and will be removed in the next major version release
3240
- */
3241
- geoHeaders?: pulumi.Input<boolean>;
3242
3236
  /**
3243
3237
  * Comma separated list of varnish request object fields that should be in the hash key
3244
3238
  */
package/types/output.d.ts CHANGED
@@ -3364,12 +3364,6 @@ export interface ServiceVclRequestSetting {
3364
3364
  * Forces the request to use SSL (Redirects a non-SSL request to SSL)
3365
3365
  */
3366
3366
  forceSsl?: boolean;
3367
- /**
3368
- * Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers
3369
- *
3370
- * @deprecated 'geo_headers' attribute has been deprecated and will be removed in the next major version release
3371
- */
3372
- geoHeaders?: boolean;
3373
3367
  /**
3374
3368
  * Comma separated list of varnish request object fields that should be in the hash key
3375
3369
  */