Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 763 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 763 Bytes

terraform-provider-clarity

Terraform provider for clarity.st, see further documentation.

Testing

For installed provider testing, see examples/basic

For acceptance testing

# export CLARITY_API_TOKEN=...

# Optionally override AWS settings (see internal/clarity_provider_test.go)
# export AWS_ACCOUNT_ID=...
# export AWS_REGION=...
# export CLARITY_PROVIDER_ROLE=...

TF_ACC=1 go test -v ./internal

Release

Trigger the release action by pushing a new tag.

git tag -a v0.0.1 -m "Added documentation"
git push origin v0.0.1