A Pulumi package for creating and managing Time resources
npm install @pulumiverse/timeThe Time Resource Provider lets you manage time resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
``bash`
npm install @pulumiverse/time
or yarn:
`bash`
yarn add @pulumiverse/time
To use from Python, install using pip:
`bash`
pip install pulumiverse_time
To use from Go, use go get to grab the latest version of the library:
`bash`
go get github.com/pulumiverse/pulumi-time/sdk/go/...
To use from .NET, install using dotnet add package:
`bash``
dotnet add package Pulumiverse.Time
The Time provider does not need any additional configuration.
For detailed reference documentation, please visit the Pulumi registry.