displague / terraform-metal-device

Instance for Equinix Metal platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-metal-device

Terraform module for Equinix Metal platform

Requirements

Name Version
metal ~> 3.0

Providers

Name Version
metal ~> 3.0

Modules

No modules.

Resources

Name Type
metal_device.this resource

Inputs

Name Description Type Default Required
billing_cycle Monthly or Hourly string "hourly" no
facilities Facilities where the server will be deployed list(any)
[
"ams1"
]
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

Outputs

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

About

Instance for Equinix Metal platform

License:MIT License


Languages

Language:HCL 100.0%