Skip to content

Commit

Permalink
feat(identity-user-v3): fix idendityV3User schema missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe NUNES committed Apr 19, 2024
1 parent 0290234 commit 79e6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexibleengine/resource_flexibleengine_identity_user_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func resourceIdentityUserV3() *schema.Resource {
"access_mode": {
Type: schema.TypeString,
Optional: true,
Default: "default"
Default: "default",
ValidateFunc: validation.StringInSlice([]string{"default", "programmatic", "console"}, false),
},
"description": {
Expand Down

0 comments on commit 79e6587

Please sign in to comment.