We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tencentcloud_mongodb_instance
instance_name
1 parent 959535f commit a85ccc8Copy full SHA for a85ccc8
.changelog/3483.txt
@@ -0,0 +1,3 @@
1
+```release-note:enhancement
2
+resource/tencentcloud_mongodb_instance: update `instance_name` properties
3
+```
tencentcloud/services/mongodb/extension_mongodb.go
@@ -75,10 +75,9 @@ const (
75
func TencentMongodbBasicInfo() map[string]*schema.Schema {
76
return map[string]*schema.Schema{
77
"instance_name": {
78
- Type: schema.TypeString,
79
- Required: true,
80
- ValidateFunc: tccommon.ValidateStringLengthInRange(2, 35),
81
- Description: "Name of the Mongodb instance.",
+ Type: schema.TypeString,
+ Required: true,
+ Description: "Name of the Mongodb instance.",
82
},
83
"memory": {
84
Type: schema.TypeInt,
0 commit comments