@pulumi/fastly 7.3.0 → 7.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/fastly",
3
- "version": "v7.3.0",
3
+ "version": "v7.3.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",
@@ -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 fastly v7.3.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource fastly v7.3.1"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/fastly",
3
- "version": "v7.3.0",
3
+ "version": "v7.3.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",
@@ -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 fastly v7.3.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource fastly v7.3.1"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/types/input.d.ts CHANGED
@@ -472,6 +472,10 @@ export interface ServiceComputeLoggingGc {
472
472
  * How frequently the logs should be transferred, in seconds (Default 3600)
473
473
  */
474
474
  period?: pulumi.Input<number>;
475
+ /**
476
+ * The ID of your Google Cloud Platform project
477
+ */
478
+ projectId: pulumi.Input<string>;
475
479
  /**
476
480
  * The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, `FASTLY_GCS_SECRET_KEY`. A typical format for the key is PEM format, containing actual newline characters where required
477
481
  */
@@ -1864,6 +1868,10 @@ export interface ServiceVclLoggingGc {
1864
1868
  * Where in the generated VCL the logging call should be placed.
1865
1869
  */
1866
1870
  placement?: pulumi.Input<string>;
1871
+ /**
1872
+ * The ID of your Google Cloud Platform project
1873
+ */
1874
+ projectId: pulumi.Input<string>;
1867
1875
  /**
1868
1876
  * Name of a condition to apply this logging.
1869
1877
  */
package/types/output.d.ts CHANGED
@@ -517,6 +517,10 @@ export interface ServiceComputeLoggingGc {
517
517
  * How frequently the logs should be transferred, in seconds (Default 3600)
518
518
  */
519
519
  period?: number;
520
+ /**
521
+ * The ID of your Google Cloud Platform project
522
+ */
523
+ projectId: string;
520
524
  /**
521
525
  * The secret key associated with the target gcs bucket on your account. You may optionally provide this secret via an environment variable, `FASTLY_GCS_SECRET_KEY`. A typical format for the key is PEM format, containing actual newline characters where required
522
526
  */
@@ -1909,6 +1913,10 @@ export interface ServiceVclLoggingGc {
1909
1913
  * Where in the generated VCL the logging call should be placed.
1910
1914
  */
1911
1915
  placement?: string;
1916
+ /**
1917
+ * The ID of your Google Cloud Platform project
1918
+ */
1919
+ projectId: string;
1912
1920
  /**
1913
1921
  * Name of a condition to apply this logging.
1914
1922
  */