You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ module "instance" {
60
60
| hostname\_label | The hostname for the VNIC's primary private IP. |`string`|`""`| no |
61
61
| instance\_count | Number of instances to launch. |`number`|`1`| no |
62
62
| instance\_display\_name | (Optional) (Updatable) A user-friendly name for the instance. Does not have to be unique, and it's changeable. |`string`|`""`| no |
63
+
| instance\_flex\_memory\_in\_gbs | (Optional) (Updatable) The total amount of memory available to the instance, in gigabytes. |`number`|`null`| no |
64
+
| instance\_flex\_ocpus | (Optional) (Updatable) The total number of OCPUs available to the instance. |`number`|`null`| no |
63
65
| instance\_timeout | Timeout setting for creating instance. |`string`|`"25m"`| no |
64
66
| ipxe\_script | (Optional) The iPXE script which to continue the boot process on the instance. |`string`|`null`| no |
65
67
| preserve\_boot\_volume | Specifies whether to delete or preserve the boot volume when terminating an instance. |`bool`|`false`| no |
@@ -82,6 +84,7 @@ module "instance" {
82
84
| instance\_id | ocid of created instances. |
83
85
| instance\_password | Passwords to login to Windows instance. |
84
86
| instance\_username | Usernames to login to Windows instance. |
87
+
| instances\_summary | Private and Public IPs for each instance. |
85
88
| private\_ip | Private IPs of created instances. |
0 commit comments