Skip to content

Commit

Permalink
[3/3] [DXCDT-198] Add new auth0_branding_theme resource (#293)
Browse files Browse the repository at this point in the history
Add new auth0_branding_theme resource
  • Loading branch information
sergiught committed Aug 23, 2022
1 parent f894bfb commit f4b04ef
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 2 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func New() *schema.Provider {
"auth0_action": newAction(),
"auth0_trigger_binding": newTriggerBinding(),
"auth0_attack_protection": newAttackProtection(),
"auth0_branding_theme": newBrandingTheme(),
},
DataSourcesMap: map[string]*schema.Resource{
"auth0_client": newDataClient(),
Expand Down
Loading

0 comments on commit f4b04ef

Please sign in to comment.