Run the formatter
go fmt ./...
Build the provider.
go build -o terraform-provider-swim
Build and install the provider locally.
make install
Run the Swim server.
(cd swim-server && ./gradlew run)
Initialize the workspace and apply the terraform plan.
(cd examples && terraform init && terraform apply)
Destroy the terraform stack.
(cd examples && terraform destroy)