@pulumi/venafi 1.11.2 → 1.11.3
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.
|
@@ -77,7 +77,7 @@ export declare class CloudKeystoreInstallation extends pulumi.CustomResource {
|
|
|
77
77
|
*/
|
|
78
78
|
readonly cloudKeystoreId: pulumi.Output<string>;
|
|
79
79
|
/**
|
|
80
|
-
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
80
|
+
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
81
81
|
*/
|
|
82
82
|
readonly gcmCertScope: pulumi.Output<string | undefined>;
|
|
83
83
|
/**
|
|
@@ -120,7 +120,7 @@ export interface CloudKeystoreInstallationState {
|
|
|
120
120
|
*/
|
|
121
121
|
cloudKeystoreId?: pulumi.Input<string>;
|
|
122
122
|
/**
|
|
123
|
-
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
123
|
+
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
124
124
|
*/
|
|
125
125
|
gcmCertScope?: pulumi.Input<string>;
|
|
126
126
|
}
|
|
@@ -145,7 +145,7 @@ export interface CloudKeystoreInstallationArgs {
|
|
|
145
145
|
*/
|
|
146
146
|
cloudKeystoreId: pulumi.Input<string>;
|
|
147
147
|
/**
|
|
148
|
-
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
148
|
+
* The GCM certificate scope of the certificate. Only valid for GCM keystores. Supported values from GCM API documentation: DEFAULT, EDGE_CACHE, ALL_REGIONS.
|
|
149
149
|
*/
|
|
150
150
|
gcmCertScope?: pulumi.Input<string>;
|
|
151
151
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/venafi",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"description": "A Pulumi package for creating and managing venafi cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "venafi",
|
|
26
|
-
"version": "1.11.
|
|
26
|
+
"version": "1.11.3"
|
|
27
27
|
}
|
|
28
28
|
}
|