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: docs/resources/machine_config_v2.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,8 @@ The following attributes are exported:
279
279
*`password` - (Optional/Sensitive) OpenStack password. Mandatory on Rancher v2.0.x and v2.1.x. Use `rancher2_cloud_credential` from Rancher v2.2.x (string)
280
280
*`private_key_file` - (Optional/Sensitive) Private key content to use for SSH (string)
281
281
*`sec_groups` - (Optional) OpenStack comma separated security groups for the machine (string)
282
+
*`server_group_id` - (Optional) OpenStack server group id to use for the instance (string)
283
+
*`server_group_name` - (Optional) OpenStack server group name to use for the instance (string)
282
284
*`ssh_port` - (Optional) OpenStack SSH port * Default `22` (string)
283
285
*`ssh_user` - (Optional) OpenStack SSH user * Default: `root` (string)
284
286
*`tenant_id` - (Required++) OpenStack tenant id. Conflicts with `tenant_name` (string)
Copy file name to clipboardExpand all lines: docs/resources/node_template.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,6 +392,8 @@ The following attributes are exported:
392
392
*`password` - (Optional/Sensitive) OpenStack password. Mandatory on Rancher v2.0.x and v2.1.x. Use `rancher2_cloud_credential` from Rancher v2.2.x (string)
393
393
*`private_key_file` - (Optional/Sensitive) Private key content to use for SSH (string)
394
394
*`sec_groups` - (Optional) OpenStack comma separated security groups for the machine (string)
395
+
*`server_group_id` - (Optional) OpenStack server group id to use for the instance (string)
396
+
*`server_group_name` - (Optional) OpenStack server group name to use for the instance (string)
395
397
*`ssh_port` - (Optional) OpenStack SSH port * Default `22` (string)
396
398
*`ssh_user` - (Optional) OpenStack SSH user * Default: `root` (string)
397
399
*`tenant_id` - (Required**) OpenStack tenant id. Conflicts with `tenant_name` (string)
0 commit comments