command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jan 18, 2015
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This project is a terraform provider for ConoHa Object Storage.
This current version only supports a container management function.
Usage
Terraform file
variable "conoha_username" {}
variable "conoha_password" {}
variable "conoha_tenant" {}
provider "conoha" {
username = "${var.conoha_username}"
password = "${var.conoha_password}"
tenant_name = "${var.conoha_tenant}"
}
resource "conoha_container" "example" {
name = "foo"
}
Run terraform.
$ terraform apply \
-var "conoha_username=${CONOHA_USERNAME}" \
-var "conoha_password=${CONOHA_PASSWORD}" \
-var "conoha_tenant=${CONOHA_TENANT}"
References
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.