@pulumi/linode 4.9.0-alpha.1700248892 → 4.9.1

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 (3) hide show
  1. package/package.json +1 -1
  2. package/user.d.ts +1 -1
  3. package/user.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/linode",
3
- "version": "v4.9.0-alpha.1700248892+77a8e463",
3
+ "version": "v4.9.1",
4
4
  "description": "A Pulumi package for creating and managing linode cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/user.d.ts CHANGED
@@ -40,7 +40,7 @@ import * as outputs from "./types/output";
40
40
  * ```
41
41
  * ## Global Grants
42
42
  *
43
- * * `account-access` - (optional) The level of access this User has to Account-level actions, like billing information. (`readOnly`, `readWrite`)
43
+ * * `accountAccess` - (optional) The level of access this User has to Account-level actions, like billing information. (`readOnly`, `readWrite`)
44
44
  *
45
45
  * * `addDomains` - (optional) If true, this User may add Domains.
46
46
  *
package/user.js CHANGED
@@ -44,7 +44,7 @@ const utilities = require("./utilities");
44
44
  * ```
45
45
  * ## Global Grants
46
46
  *
47
- * * `account-access` - (optional) The level of access this User has to Account-level actions, like billing information. (`readOnly`, `readWrite`)
47
+ * * `accountAccess` - (optional) The level of access this User has to Account-level actions, like billing information. (`readOnly`, `readWrite`)
48
48
  *
49
49
  * * `addDomains` - (optional) If true, this User may add Domains.
50
50
  *