terraform-provider-openvswitch

command module
v0.0.0-...-5760489 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

README

Terraform provider for Open vSwitch

This Terraform provider manages local Open vSwitch bridges and ports.

Sample usage

From examples/sample-bridge:

provider "openvswitch" {}

resource "openvswitch_bridge" "sample_bridge" {
  name = "testbr0"
}

resource "openvswitch_port" "sample_port" {
  count     = 2
  name      = "p${count.index}"
  bridge_id = openvswitch_bridge.sample_bridge.id
}

Installation from source

Requirements:

  • Go 1.11.x or later
  • GNU Make

Clone this repo, and then do the fhe following:

$ make
$ cp ${GOPATH}/bin/terraform-provider-openvswitch ~/.terraform.d/plugins/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL