terraform-provider-jumpcloud

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2023 License: MIT Imports: 3 Imported by: 0

README

JumpCloud Terraform Provider

Requirements

Building The Provider

Clone repository to: $GOPATH/src/github.com/enthought/terraform-provider-jumpcloud

mkdir -p $GOPATH/src/github.com/enthought
cd $GOPATH/src/github.com/enthought
git clone git@github.com:enthought/terraform-provider-jumpcloud

Enter the provider directory and build the provider

cd $GOPATH/src/github.com/enthought/terraform-provider-jumpcloud
make build

Releasing the provider

Use goreleaser

git tag -a $NEW_VERSION -m "REL: release $NEW_VERSION of the jumpcloud provider"
git push --tags
goreleaser release --rm-dist

Once done and thoroughly tested, update the `deploy_providers.sh script in the main terraform repository and deploy the new version to the users.

Using the provider

If you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

The Jumpcloud API key needs to be set before using the provider. It can either be retrieved via the API or through the UI : When selecting a resource, the ID is part of URL. Export JUMPCLOUD_API_KEY to set it.

The Jumpcloud "Organization ID" is optional as only needed for multi-tenant-setups. Export JUMPCLOUD_ORG_ID to set it.

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