terraform-provider-kaleido

command module
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

README

Kaleido Terraform Provider

Acceptance Tests

Acceptance tests make actual calls to deploy and destroy resources. Any changes to the provider must pass acceptance tests.

export TF_ACC=true
export KALEIDO_API='https://control-stage.kaleido.io/api/v1'
export KALEIDO_API_KEY=XXXXXXX=
go test -v ./kaleido

Cross Compiling

export GOOS=linux
export GOARCH=amd64
go build -o terraform-provider-kaleido

Building

#Cros Compiling
export GOOS=linux
export GOARCH=amd64
go build -o terraform-provider-kaleido

Using

See examples for an example manifest.

mv terraform-provider-kaleido ~/.terraform.d/plugins/
terraform init #You should have a `main.tf` in your current repository.
terraform plan
terraform apply

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL