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
| Name | Description | Type | Default | Required |
53
53
|------|-------------|:----:|:-----:|:-----:|
54
54
| password | The password of instance | string | - | yes |
55
-
| availability\_zone | Available zone where instance and other resources are located. If not set, the first availability zone of current region will be used. | string |`""`| no |
55
+
| availability\_zone | Available zone where instance and other resources are located. | string | - | yes |
56
+
| image\_id | ID of image to use for instances. | string | - | yes |
57
+
| instance\_type | The type of instance to launch. | string | - | yes |
56
58
| count\_format | Number format to use for output. | string |`"%02d"`| no |
57
-
| image\_name\_regex | The name regex of image to use for fetch specified image when image_id isn't set. | string |`"^CentOS 7.4 64"`| no |
58
-
| image\_type | The type of image to filter image when image_id isn't set. Possible values: base, business, custom. | string |`"base"`| no |
59
-
| image\_id | ID of image to use for instances. | string |`""`| no |
60
59
| instance\_count | Number of instances to launch. | string |`"1"`| no |
61
-
| instance\_type | The type of instance to launch. | string |`"n-basic-1"`| no |
62
60
| instance\_name | Name to be used on instances as prefix. | string |`"TF-UHost-Instance"`| no |
63
61
| charge\_type | The charge type of instance and other related resources. Possible values: year, month, dynamic. | string |`"month"`| no |
64
62
| duration | The duration of purchase of the instance and other related resources | string |`"1"`| no |
65
63
| boot\_disk\_type | The type of system disk. Possible values: local_normal, local_ssd, cloud_normal, cloud_ssd. | string |`"local_normal"`| no |
66
64
| local\_disk\_size | The size of local data disk | string |`"0"`| no |
67
65
| local\_disk\_type | The type of local data disk. Possible values: local_normal, local_ssd. | string |`"local_normal"`| no |
68
-
| tag | The tag of instance and other related resources | string |`"Default"`| no |
66
+
| tag | The tag of instance and other related resources | string |`""`| no |
69
67
| security\_group | ID of security group to use for instances. If not set, the default security group will be used. | string |`""`| no |
68
+
| isolation\_group | ID of isolation group to use for instances. | string |`""`| no |
70
69
| vpc\_id | The VPC linked to the instance | string |`""`| no |
71
70
| subnet\_id | The Subnet linked to the instance | string |`""`| no |
72
71
| disk\_count\_per\_instance | Number of disks attach to per instance. | string |`"0"`| no |
0 commit comments