terraform-provider-compose

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2017 License: MPL-2.0 Imports: 2 Imported by: 0

README

terraform-provider-compose

Terraform provider for IBM Cloud (formerly Bluemix) based Compose databases

Based on:
Usage:
provider "compose" {
  bluemix_api_key = "${var.ibm_bmx_api_key}" # if not set, the BM_API_KEY environment variable is read
  region          = "${var.ibm_bmx_region}"  # if not set, the BM_REGION environment variable is read (default: us-south)
}

resource "compose_whitelist" "office_ip" {
  ip            = "195.56.66.6/32"
  description   = "Allow connection from Ustream office only"
  deployment_id = "bmix-eude-yp-dacd993c-8989-47c8-96a5-01a8ea4a99f4"
}
Installation:
go get github.com/ustream/terraform-provider-compose

# In ~/.terraformrc

providers {
    compose = "${GOPATH}/bin/terraform-provider-compose"
}

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