@pulumi/pulumi 3.134.1-alpha.x4ac5768 → 3.134.1-alpha.xcddeb78
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 +1 -1
- package/proto/provider_grpc_pb.js +6 -0
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -417,6 +417,12 @@ diffConfig: {
|
|
|
417
417
|
responseDeserialize: deserialize_pulumirpc_DiffResponse,
|
|
418
418
|
},
|
|
419
419
|
// Configure configures the resource provider with "globals" that control its behavior.
|
|
420
|
+
//
|
|
421
|
+
// :::{warning}
|
|
422
|
+
// ConfigureRequest.args may include secrets. Because ConfigureRequest is sent before
|
|
423
|
+
// ConfigureResponse can specify acceptSecrets: false, providers *must* handle secrets from
|
|
424
|
+
// ConfigureRequest.args.
|
|
425
|
+
// :::
|
|
420
426
|
configure: {
|
|
421
427
|
path: '/pulumirpc.ResourceProvider/Configure',
|
|
422
428
|
requestStream: false,
|
package/version.js
CHANGED
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
// See the License for the specific language governing permissions and
|
|
14
14
|
// limitations under the License.
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.version = "3.134.1-alpha.
|
|
16
|
+
exports.version = "3.134.1-alpha.xcddeb78";
|
|
17
17
|
//# sourceMappingURL=version.js.map
|