terraform-provider-satori

command module
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2022 License: MPL-2.0 Imports: 6 Imported by: 0

README


Terraform logo    Satori logo

Terraform Provider for Satori

First time setup:
make init
Run the following command to build the provider
make build
Generate/update documentation

Do not edit files under docs, they are generated from templates and the source code. To preview how the docs will look in the terraform registry, paste them here https://registry.terraform.io/tools/doc-preview

Important: Run this command before commiting changes to git, to update the docs for recent changes.

make docs

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to initialize the workspace and apply the sample configuration.

terraform init && terraform apply

For local binary, configure terraform as:

terraform {
  required_providers {
    satori = {
      version = "~>1.0.0"
      source  = "satoricyber.com/terraform/satori"
    }
  }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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