Skip to content

Commit 5ad441f

Browse files
committed
Make the description parameter of the TEM Application required
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent a40a216 commit 5ad441f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_tem_application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func resourceTencentCloudTemApplication() *schema.Resource {
4949

5050
"description": {
5151
Type: schema.TypeString,
52-
Optional: true,
52+
Required: true,
5353
Description: "application description.",
5454
},
5555

website/docs/r/tem_application.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following arguments are supported:
3434

3535
* `application_name` - (Required, String) application name.
3636
* `coding_language` - (Required, String) program language, like JAVA.
37-
* `description` - (Optional, String) application description.
37+
* `description` - (Required, String) application description.
3838
* `instance_id` - (Optional, String) tcr instance id.
3939
* `repo_name` - (Optional, String) repository name.
4040
* `repo_server` - (Optional, String) registry address.

0 commit comments

Comments
 (0)