Skip to content

Instantly share code, notes, and snippets.

View gcoon151's full-sized avatar

Gerald Coon gcoon151

View GitHub Profile
@gcoon151
gcoon151 / juniper_ibm.tf
Last active February 6, 2019 18:44 — forked from greyhoundforty/juniper_ibm.tf
Juniper vSRX on the IBM Cloud
resource "ibm_network_vlan" "srxdal13_public_vlan" {
name = "srx-public-rt"
datacenter = "${var.datacenter["us-south3"]}"
type = "PUBLIC"
router_hostname = "fcr01a.dal13"
}
resource "ibm_network_vlan" "srxdal13_private_vlan" {
name = "srx-private-rt"
datacenter = "${var.datacenter["us-south3"]}"