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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ module "my_instance" {
64
64
| <aname="input_private_networks"></a> [private_networks](#input_private_networks)| Private networks associated with the server. |`list(string)`|`[]`| no |
65
65
| <aname="input_project_id"></a> [project_id](#input_project_id)| ID of the project the namespace is associated with. Ressource will be created in the project set at the provider level if null. |`string`|`null`| no |
66
66
| <aname="input_root_volume"></a> [root_volume](#input_root_volume)| Root volume attached to the server on creation. Updates to `root_volume.size_in_gb` will be ignored after the creation of the server. |```object({ delete_on_termination = bool size_in_gb = number volume_id = optional(string) volume_type = optional(string) })```|`null`| no |
67
-
| <aname="input_routed_ip_enabled"></a> [routed_ip_enabled](#input_routed_ip_enabled)| Determine if the instance will support routed ips only. Changing it to true will migrate the server and its IP to routed type. |`bool`|`true`| no |
68
67
| <aname="input_security_group_id"></a> [security_group_id](#input_security_group_id)| ID of the security group the server is attached to. |`string`|`null`| no |
69
68
| <aname="input_state"></a> [state](#input_state)| State of the server. Default to 'started'. Possible values are: 'started', 'stopped' or 'standby'. |`string`|`"started"`| no |
70
69
| <aname="input_tags"></a> [tags](#input_tags)| Tags associated with the server and dedicated ip address. |`list(string)`|`[]`| no |
0 commit comments