Terraform module for Equinix Metal platform
Name | Version |
---|---|
metal | ~> 3.0 |
Name | Version |
---|---|
metal | ~> 3.0 |
No modules.
Name | Type |
---|---|
metal_device.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
billing_cycle | Monthly or Hourly | string |
"hourly" |
no |
facilities | Facilities where the server will be deployed | list(any) |
[ |
no |
hostname | The device name | string |
"tf-ubuntu" |
no |
operating_system | OS | string |
"ubuntu_18_04" |
no |
plan | The device plug | string |
"t1.small.x86" |
no |
project_id | Project ID | string |
"" |
no |
project_ssh_key_ids | ssh key ids | list |
[] |
no |
ssh_key_ids | ssh key ids | string |
"" |
no |
user_data | User data | string |
"" |
no |
Name | Description |
---|---|
access_private_ipv4 | private ipv4 |
access_public_ipv4 | public ipv4 |
access_public_ipv6 | public ipv6 |
created | when it was created |
hostname | hostname |
id | device id |
operating_system | device os |
root_password | device root password |
ssh_key_ids | device ssh key |
state | device state |