terraform-provider-shipa

command module
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

shipa-terraform-provider

Building and testing

  1. Build terraform provider by using:
    make install
  1. Set env values:
    export SHIPA_HOST=http://target.shipa.cloud:8080
    export SHIPA_TOKEN=xxxxxxxxx
  1. Run terraform
    cd example
    terraform init && terraform apply --auto-approve  

Updating documentation

You need to install tfplugindocs and then run it from the root directory of the repository.

TFPLUGINDOCS_VERSION=0.7.0
OS="darwin"
ARCH="amd64"

mkdir -p /tmp/tfplugindocs
pushd /tmp/tfplugindocs
curl -sSLo tfplugindocs.zip https://github.com/hashicorp/terraform-plugin-docs/releases/download/v${TFPLUGINDOCS_VERSION}/tfplugindocs_${TFPLUGINDOCS_VERSION}_${OS}_${ARCH}.zip
unzip tfplugindocs.zip
sudo mv tfplugindocs /usr/local/bin
popd

tfplugindocs

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