-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathterraform.tfvars
61 lines (58 loc) · 3.09 KB
/
terraform.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
project_name = "Equinix-Demo"
owner = "Me"
// AWS variables
aws_access_key = "" //AWS access key
aws_secret_key = "" //AWS secrets key
aws_region = "eu-central-1"
aws_instance_type = "t3.micro"
aws_disk_image = "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-*"
aws_network_cidr = "172.16.0.0/16"
aws_subnet1_cidr = "172.16.0.0/24"
aws_vm_address = "172.16.0.100"
aws_ssh_key_name = "" //SSH key to access to the AWS VM. It must be created before running this example in AWS
aws_dx_bgp_equinix_side_asn = 65432
aws_dx_bgp_authkey = "Vz8PmPjOvq"
aws_dx_bgp_amazon_address = "169.254.235.17/30"
aws_dx_bgp_equinix_side_address = "169.254.235.18/30"
// GCP variables
gcp_credentials_file_path = "" //Google Cloud path to credentials json file Ex. "/home/me/gcp/gcp.json"
gcp_project_id = "" //Google Cloud existing project ID Ex. "my-project"
gcp_subnet1_cidr = "10.240.0.0/24"
gcp_vm_address = "10.240.0.100"
gcp_region = "europe-west3"
gcp_instance_type = "n1-standard-1"
gcp_disk_image = "projects/ubuntu-os-cloud/global/images/family/ubuntu-1804-lts"
gcp_bgp_equinix_side_asn = 64538
// Equinix variables
eqx_fabric_notification_users = [""] //["[email protected]"]
eqx_fabric_client_id = "" //Equinix Fabric Consumer Key (API credentials from https://developer.equinix.com/)
eqx_fabric_client_secret = "" //Equinix Fabric Consumer Secret (API credentials from https://developer.equinix.com/)
// AWS connection
eqx_fabric_aws_primary_connection_name = "DEMO_EF_AWS"
eqx_fabric_aws_auth_key = "" //The AWS Account ID you want to connect to
eqx_fabric_aws_seller_region = "eu-central-1"
eqx_fabric_aws_seller_metro_code = "FR"
eqx_fabric_aws_speed = "50"
eqx_fabric_aws_speed_unit = "MB"
// GCP connection
eqx_fabric_gcp_primary_connection_name = "DEMO_EF_GCP"
eqx_fabric_gcp_seller_region = "europe-west3"
eqx_fabric_gcp_seller_metro_code = "FR"
eqx_fabric_gcp_speed = "100"
eqx_fabric_gcp_speed_unit = "MB"
// NE Device
eqx_ne_device_name = "My-Router1"
eqx_ne_device_hostname = "Router1"
eqx_ne_device_metro_code = "FR"
eqx_ne_device_package_code = "APPX"
eqx_ne_device_term_length = 1
eqx_ne_device_throughput = 500
eqx_ne_device_throughput_unit = "Mbps"
eqx_ne_account_number = "155225"
eqx_ne_device_interface_count = 10
eqx_ne_device_core_count = 2
eqx_ne_device_version = "16.09.05"
eqx_ne_create_ne_device = true
eqx_ne_device_id = "" //Required if eqx_ne_create_ne_device is false
eqx_ne_ssh_user = "my-user" //leave it empty "" if eqx_ne_create_ne_device false
eqx_ne_ssh_pwd = "my-user" //leave it empty "" if eqx_ne_create_ne_device false