Skip to content

Commit

Permalink
resource/alicloud_gpdb_instance: Add computed tag for description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Oct 18, 2024
1 parent de10909 commit 2df5ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alicloud/resource_alicloud_gpdb_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ func resourceAliCloudGpdbInstance() *schema.Resource {
"description": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"tags": tagsSchema(),
"ip_whitelist": {
Expand Down

0 comments on commit 2df5ede

Please sign in to comment.