@pulumi/gcp 6.51.0 → 6.52.0-alpha.1678978046
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/cloudfunctions/zMixins.d.ts +8 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
|
@@ -153,6 +153,14 @@ export interface CallbackFunctionArgs {
|
|
|
153
153
|
labels?: pulumi.Input<{
|
|
154
154
|
[key: string]: any;
|
|
155
155
|
}>;
|
|
156
|
+
/**
|
|
157
|
+
* MaxInstances sets limit on the maximum number of function instances that may coexist at a given time.
|
|
158
|
+
*/
|
|
159
|
+
maxInstances?: pulumi.Input<number>;
|
|
160
|
+
/**
|
|
161
|
+
* MinInstances sets limit on minimum number of function instances that may coexist at a given time.
|
|
162
|
+
*/
|
|
163
|
+
minInstances?: pulumi.Input<number>;
|
|
156
164
|
/**
|
|
157
165
|
* Location of the function. If it is not provided, the provider location is used.
|
|
158
166
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/gcp",
|
|
3
|
-
"version": "v6.
|
|
3
|
+
"version": "v6.52.0-alpha.1678978046+c3a2fd03",
|
|
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.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource gcp v6.52.0-alpha.1678978046+c3a2fd03"
|
|
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.
|
|
3
|
+
"version": "v6.52.0-alpha.1678978046+c3a2fd03",
|
|
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.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource gcp v6.52.0-alpha.1678978046+c3a2fd03"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|