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
|[oci_core_images.ubuntu_20_04_aarch64](https://registry.terraform.io/providers/oracle/oci/4.72.0/docs/data-sources/core_images)| data source |
@@ -52,9 +53,11 @@ No modules.
52
53
| <aname="input_instance_shape"></a> [instance\_shape](#input\_instance\_shape)| Instance Shape |`string`|`"VM.Standard.A1.Flex"`| no |
53
54
| <aname="input_instance_ocpus"></a> [instance\_ocpus](#input\_instance\_ocpus)| Number of OCPUS (CPU cores) |`string`|`4`| no |
54
55
| <aname="input_instance_shape_config_memory_in_gbs"></a> [instance\_shape\_config\_memory\_in\_gbs](#input\_instance\_shape\_config\_memory\_in\_gbs)| Memory in GBs |`string`|`24`| no |
55
-
| <aname="input_block_volume_size"></a> [block\_volume\_size](#input\_block\_volume\_size)| Block Volume size in GBs |`string`|`150`| no |
56
+
| <aname="input_block_volume_size"></a> [block\_volume\_size](#input\_block\_volume\_size)| Block Volume size in GBs (/data) |`string`|`100`| no |
57
+
| <aname="input_block_volume_device_name"></a> [block\_volume\_device\_name](#input\_block\_volume\_device\_name)| Block Volume device name (/dev/oracleoci/oraclevdb) |`string`|`"/dev/oracleoci/oraclevdb"`| no |
56
58
| <aname="input_instance_os"></a> [instance\_os](#input\_instance\_os)| Instance OS |`string`|`"Canonical Ubuntu"`| no |
57
59
| <aname="input_instance_os_version"></a> [instance\_os\_version](#input\_instance\_os\_version)| Instance OS Version |`string`|`"20.04"`| no |
60
+
| <aname="input_instance_os_user"></a> [instance\_os\_user](#input\_instance\_os\_user)| Instance User |`string`|`"ubuntu"`| no |
58
61
| <aname="input_vscode_version"></a> [vscode\_version](#input\_vscode\_version)| VS Code Server Version |`string`|`"4.4.0"`| no |
59
62
| <aname="input_keypair_name"></a> [keypair\_name](#input\_keypair\_name)| Name of the Key Pair (instance or service for ex.) |`string`|`null`| no |
60
63
| <aname="input_keypair_public_key"></a> [keypair\_public\_key](#input\_keypair\_public\_key)| A pregenerated OpenSSH-formatted public key. Changing this creates a new keypair. If a public key is not specified, then a public/private key pair will be automatically generated. If a pair is created, then destroying this resource means you will lose access to that keypair forever. |`string`|`null`| no |
0 commit comments