Skip to content

Commit

Permalink
Google Credential Manager support updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 committed Feb 12, 2025
1 parent 9fd1d9a commit 3b70ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/auth0/client/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ func NewResource() *schema.Resource {
"google": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 3b70ec8

Please sign in to comment.