Official Terraform provider for Appclacks.
The Terraform provider documentation explains how to use it. See also the official Appclacks documentation.
The examples
directory provides configuration examples.
Tests will create real resources on your account.
export APPCLACKS_API_ENDPOINT="http://localhost:9000"
export TF_ACC=true
go test -v -race ./...
go generate ./...