diff --git a/cmd/iam_role_create.go b/cmd/iam_role_create.go index 82e79fc1..46f3650a 100644 --- a/cmd/iam_role_create.go +++ b/cmd/iam_role_create.go @@ -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,