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.
1 parent 8bcda1f commit d55ec83Copy full SHA for d55ec83
tencentcloud/services/emr/extension_emr.go
@@ -100,6 +100,7 @@ func buildResourceSpecSchema() *schema.Schema {
100
Type: schema.TypeString,
101
Optional: true,
102
ForceNew: true,
103
+ Computed: true,
104
Elem: &schema.Schema{
105
106
},
@@ -112,12 +113,14 @@ func buildResourceSpecSchema() *schema.Schema {
112
113
Type: schema.TypeInt,
114
115
116
117
Description: "Cloud disk size.",
118
119
"count": {
120
121
122
123
124
Description: "Number of cloud disks of this type.",
125
126
0 commit comments