chimericdream / terraform-provider-fusionauth

Home Page:https://registry.terraform.io/providers/gpsinsight/fusionauth/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FusionAuth Provider

This provider is used for setting up FusionAuth.

For the rendered provider usage documentation, visit the Terraform Registry.

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
  • email
  • entity
  • entity grant
  • entity type
  • entity type permission
  • form
  • form field
  • group
  • generic connector
  • key
  • imported key
  • lambda
  • identity provider
    • OpenID Connect
    • Google
    • Apple
    • External JWT
    • Facebook
    • SAML v2
    • Sony PSN
    • Steam
    • Twitch
    • Xbox
  • themes
  • user
  • user action
  • webhook
  • tenants

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.

About

https://registry.terraform.io/providers/gpsinsight/fusionauth/latest

License:Apache License 2.0


Languages

Language:Go 100.0%