command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
A Terraform provider for https://neo4j.com that manages users (for now).
This is an alpha-quality provider.
Installation
- Download latest GitHub release locally for your OS and architecture.
- Follow https://www.terraform.io/docs/configuration/providers.html#third-party-plugins
- 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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.