terraform-provider-neo4j

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

README

terraform-provider-neo4j

A Terraform provider for https://neo4j.com that manages users (for now).

This is an alpha-quality provider.

Installation

  1. Download latest GitHub release locally for your OS and architecture.
  2. Follow https://www.terraform.io/docs/configuration/providers.html#third-party-plugins
  3. Move downloaded release binary to local terraform plugin dir.

E.g installation on a Linux AMD64 host

# Assuming we already downloaded the binary at ~/Downloads/terraform-provider-neo4j_v0.1.0_linux_amd64
> mkdir -p ~/.terraform.d/plugins/linux_amd64
> mv ~/Downloads/terraform-provider-neo4j_v0.1.0_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-neo4j_v0.1.0

Usage

resource "neo4j_user" "user" {
  user = "myuser"
}

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