Skip to content

Commit

Permalink
fix: make access group schema for gsuite required
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Provost <[email protected]>
  • Loading branch information
BSFishy committed Nov 18, 2024
1 parent d4af222 commit 8e1afdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/sdkv2provider/schema_cloudflare_access_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ var AccessGroupOptionSchemaElement = &schema.Resource{
"email": {
Type: schema.TypeList,
Description: "The email of the Google Workspace group.",
Optional: true,
Required: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
},
"identity_provider_id": {
Type: schema.TypeString,
Description: "The ID of your Google Workspace identity provider.",
Optional: true,
Required: true,
},
},
},
Expand Down

0 comments on commit 8e1afdb

Please sign in to comment.