Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusionauth/terraform-provider-fusionauth
FusionAuth Terraform Provider
https://github.com/fusionauth/terraform-provider-fusionauth
fusionauth terraform terraform-provider
Last synced: 5 days ago
JSON representation
FusionAuth Terraform Provider
- Host: GitHub
- URL: https://github.com/fusionauth/terraform-provider-fusionauth
- Owner: FusionAuth
- License: apache-2.0
- Created: 2020-09-08T17:20:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T22:52:34.000Z (14 days ago)
- Last Synced: 2025-01-19T20:00:06.656Z (8 days ago)
- Topics: fusionauth, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/FusionAuth/fusionauth/latest
- Size: 741 KB
- Stars: 36
- Watchers: 14
- Forks: 56
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FusionAuth Provider
This provider is used for setting up [FusionAuth](https://fusionauth.io).
For the rendered provider usage documentation, visit the [Terraform Registry](https://registry.terraform.io/providers/gpsinsight/fusionauth/latest/docs).
## Please Read
November 16th, 2023
This Terraform Provider has moved to the [FusionAuth](https://github.com/FusionAuth) organization.FusionAuth would like to thank [GPS Insight](https://github.com/gpsinsight) for all of their efforts to build and maintain this provider for the past three years!
The purpose of this change in ownership is to allow FusionAuth to be in a better position to manage pull requests, and work towards full parity with the FusionAuth API.
Please continue to use and provide feedback on this provider as you have in the past, we are happy to accept pull requests.
## Argument Reference
* `api_key` - (Required) The API Key for the FusionAuth instance
* `host` - (Required) Host for FusionAuth instance## Resources Available
* API Key
* application
* application/{application_id}/role
* entity
* entity grant
* entity type
* entity type permission
* form
* form field
* group
* generic connector
* key
* imported key
* lambda
* identity provider
- OpenID Connect
- Apple
- External JWT
- SAML v2
- Sony PSN
- Steam
- Twitch
- Xbox
* themes
* user
* user action
* webhook
* tenants## Testing
Please add tests to the relevant files.
To run tests:
```
cd fusionauth
go test
```## Known issues
If you do not specify permissions when adding an API key, you will get a key created that has no permissions. See the following issues for more details.
- https://github.com/gpsinsight/terraform-provider-fusionauth/issues/126
- https://github.com/FusionAuth/fusionauth-issues/issues/1675