@pulumi/gcp 6.55.0 → 6.56.0-alpha.1682532405

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.
@@ -38,7 +38,7 @@ import * as pulumi from "@pulumi/pulumi";
38
38
  * import * as gcp from "@pulumi/gcp";
39
39
  * import * as random from "@pulumi/random";
40
40
  *
41
- * func computeFilebase64sha256(path string) string {
41
+ * function computeFilebase64sha256(path string) string {
42
42
  * const fileData = Buffer.from(fs.readFileSync(path), 'binary')
43
43
  * return crypto.createHash('sha256').update(fileData).digest('hex')
44
44
  * }
@@ -44,7 +44,7 @@ const utilities = require("../utilities");
44
44
  * import * as gcp from "@pulumi/gcp";
45
45
  * import * as random from "@pulumi/random";
46
46
  *
47
- * func computeFilebase64sha256(path string) string {
47
+ * function computeFilebase64sha256(path string) string {
48
48
  * const fileData = Buffer.from(fs.readFileSync(path), 'binary')
49
49
  * return crypto.createHash('sha256').update(fileData).digest('hex')
50
50
  * }
@@ -37,7 +37,7 @@ import * as pulumi from "@pulumi/pulumi";
37
37
  * import * as gcp from "@pulumi/gcp";
38
38
  * import * as random from "@pulumi/random";
39
39
  *
40
- * func computeFilebase64sha256(path string) string {
40
+ * function computeFilebase64sha256(path string) string {
41
41
  * const fileData = Buffer.from(fs.readFileSync(path), 'binary')
42
42
  * return crypto.createHash('sha256').update(fileData).digest('hex')
43
43
  * }
@@ -43,7 +43,7 @@ const utilities = require("../utilities");
43
43
  * import * as gcp from "@pulumi/gcp";
44
44
  * import * as random from "@pulumi/random";
45
45
  *
46
- * func computeFilebase64sha256(path string) string {
46
+ * function computeFilebase64sha256(path string) string {
47
47
  * const fileData = Buffer.from(fs.readFileSync(path), 'binary')
48
48
  * return crypto.createHash('sha256').update(fileData).digest('hex')
49
49
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/gcp",
3
- "version": "v6.55.0",
3
+ "version": "v6.56.0-alpha.1682532405+143e9916",
4
4
  "description": "A Pulumi package for creating and managing Google Cloud Platform 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 gcp v6.55.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource gcp v6.56.0-alpha.1682532405+143e9916"
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/gcp",
3
- "version": "v6.55.0",
3
+ "version": "v6.56.0-alpha.1682532405+143e9916",
4
4
  "description": "A Pulumi package for creating and managing Google Cloud Platform 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 gcp v6.55.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource gcp v6.56.0-alpha.1682532405+143e9916"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",