@pulumi/gcp 6.0.0 → 6.1.0-alpha.1637141354

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![NPM version](https://badge.fury.io/js/%40pulumi%2Fgcp.svg)](https://npmjs.com/package/@pulumi/gcp)
4
4
  [![NuGet version](https://badge.fury.io/nu/pulumi.gcp.svg)](https://badge.fury.io/nu/pulumi.gcp)
5
5
  [![Python version](https://badge.fury.io/py/pulumi-gcp.svg)](https://pypi.org/project/pulumi-gcp)
6
- [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gcp/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v5/go)
6
+ [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-gcp/sdk/v6/go)](https://pkg.go.dev/github.com/pulumi/pulumi-gcp/sdk/v6/go)
7
7
  [![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-gcp/blob/master/LICENSE)
8
8
 
9
9
  # Google Cloud Platform Resource Provider
@@ -41,7 +41,7 @@ To use from Python, install using `pip`:
41
41
 
42
42
  To use from Go, use `go get` to grab the latest version of the library
43
43
 
44
- $ go get github.com/pulumi/pulumi-gcp/sdk/v5
44
+ $ go get github.com/pulumi/pulumi-gcp/sdk/v6
45
45
 
46
46
  ### .NET
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/gcp",
3
- "version": "v6.0.0",
3
+ "version": "v6.1.0-alpha.1637141354+0285d3a6",
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.0.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource gcp v6.1.0-alpha.1637141354+0285d3a6"
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.0.0",
3
+ "version": "v6.1.0-alpha.1637141354+0285d3a6",
4
4
  "description": "A Pulumi package for creating and managing Google Cloud Platform resources.",
5
5
  "keywords": [
6
6
  "pulumi",