Skip to content

appclacks/terraform-provider-appclacks

Repository files navigation

Appclacks Terraform provider

Official Terraform provider for Appclacks.

The Terraform provider documentation explains how to use it. See also the official Appclacks documentation.

Examples

The examples directory provides configuration examples.

Launch the tests

Tests will create real resources on your account.

export APPCLACKS_API_ENDPOINT="http://localhost:9000"
export TF_ACC=true
go test -v -race ./...

Generate documentation

go generate ./...