@pulumi/linode 4.8.1 → 4.8.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/token.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "v4.8.1",
3
+ "version": "v4.8.2",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/token.d.ts CHANGED
@@ -55,7 +55,7 @@ export declare class Token extends pulumi.CustomResource {
55
55
  /**
56
56
  * When this token will expire. Personal Access Tokens cannot be renewed, so after this time the token will be completely unusable and a new token will need to be generated. Tokens may be created with 'null' as their expiry and will never expire unless revoked.
57
57
  */
58
- readonly expiry: pulumi.Output<string | undefined>;
58
+ readonly expiry: pulumi.Output<string>;
59
59
  /**
60
60
  * A label for the Token.
61
61
  */