Skip to content

Commit

Permalink
resource/alicloud_api_gateway_group: update description as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 committed Apr 16, 2024
1 parent f726d8a commit 346863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alicloud/resource_alicloud_api_gateway_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func resourceAliyunApigatewayGroup() *schema.Resource {
},
"description": {
Type: schema.TypeString,
Required: true,
Optional: true,
},
"sub_domain": {
Type: schema.TypeString,
Expand Down

0 comments on commit 346863f

Please sign in to comment.