terraform-provider-hcp

command module
v0.0.0-...-26fa634 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

README

Terraform HCP Provider

Provider for the Hitachi Content Platform.

Uses the HCP Management API to create users and namespaces.

Using the provider

Provider configuration
provider hcp {
  mapi_url = "https://finance.hcp.example.com:9090/mapi/tenants/finance"
  username = "admin"
  password = "password"
}

You can also configure the provider using the following environment variables instead:

  • HCP_MAPI_URL
  • HCP_USERNAME
  • HCP_PASSWORD
hcp_user_account resource
resource "hcp_user_account" "sftp" {
  username = "username" 
  full_name = "full username"
  password = "password" // sha512 of this will be stored in state file
}

Requirements

  • Terraform 0.10.2
  • Go 1.8 (to build the provider plugin)

Building The Provider

$ make build

Developing the Provider

See GNUmakefile

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