Skip to content

Commit

Permalink
Fix setting role Description
Browse files Browse the repository at this point in the history
  • Loading branch information
kobajagi committed Nov 20, 2023
1 parent 3dd96df commit 3ac8073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/iam_role_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func (c *iamRoleCreateCmd) cmdRun(cmd *cobra.Command, _ []string) error {

role := &exoscale.IAMRole{
Name: &c.Name,
Description: &c.Description,
Editable: &c.Editable,
Labels: c.Labels,
Permissions: c.Permissions,
Expand Down

0 comments on commit 3ac8073

Please sign in to comment.