Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

matthewhartstonge/terraform-provider-fusionauth

Repository files navigation

Terraform FusionAuth Provider

I've decided to archive this project as I've turned my efforts to other matters. Now that FusionAuth have taken control and maintenance over the community Terraform provider I suspect my efforts and aims/goals for this rebuild won't be needed as much.

The FusionAuth Provider allows Terraform to manage FusionAuth resources.

Status

This is a pre-alpha project in a quest to create a FusionAuth provider using best practises and the latest terraform-plugin-framework.

This project is not currently taking contributions. This will be reviewed at a later date after the initial project has well-formed patterns.

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:
go install

Adding Dependencies

This provider uses Go modules. Please see the Go documentation for the most up to date information about using Go modules.

To add a new dependency github.com/author/dependency to your Terraform provider:

go get github.com/author/dependency
go mod tidy

Then commit the changes to go.mod and go.sum.

Using the provider

TODO

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (see Requirements above).

To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

To generate or update documentation, run go generate.

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

make testacc

About

A (pre-alpha) Terraform Provider to manage FusionAuth. Built on top of the Terraform Plugin Framework.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published