terraform-provider-compose

command module
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2020 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" "test_ip" {
  ip            = "1.2.3.4/32"
  description   = "whitelist test"
  deployment_id = "bmix-dal-yp-d02b2b39-f7a2-4c99-97f5-3f34d56db2b7"
}
Import:
terraform import compose_whitelist.test_ip bmix-dal-yp-d02b2b39-f7a2-4c99-97f5-3f34d56db2b7@1.2.3.4/32
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