The user documentation is found at the docs.
Run make terraform-provider-sys11iam
to build. This results in the binary terraform-provider-sys11iam
.
Run go install .
to install the binary to your local golang binary path. This should result
in a deployment to ~/go/bin/terraform-provider-sys11iam
, where terraform
can find it.
See the section "Testing (e2e)" about how to run it locally. Adjust the example values in the
file main.tf
to run it against a live environment.
Run make unit-test
to run the unit tests including the keycloak
and glue-api
client.
See the plugin in action: