Skip to content

Latest commit

 

History

History
 
 

tf-equinix-metal-setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Equinix Metal BMS

Basic Terraform module for creating a Equinix Metal Server and attach it to a VLAN.

This module will:

  1. Create a Metal VLAN
  2. Deploy a Metal instance in Hybrid Bonded mode
  3. Attach the instance to the VLAN
  4. Run script in User Data to configure the Metal network interface(s)

GCP Equinix Metal diagram

Usage

  1. Use your text editor to set the required parameters inside terraform.tfvars.

    vim terraform.tfvars
    
  2. From the tf-equinix-metal-setup directory execute terraform

    terraform init
    terraform plan
    terraform apply -auto-approve
    
    
    

Product Documentation: