Skip to content

Commit d55ec83

Browse files
tongyimingmikatong
and
mikatong
authored
update emr multi disk (#2928)
Co-authored-by: mikatong <[email protected]>
1 parent 8bcda1f commit d55ec83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/services/emr/extension_emr.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func buildResourceSpecSchema() *schema.Schema {
100100
Type: schema.TypeString,
101101
Optional: true,
102102
ForceNew: true,
103+
Computed: true,
103104
Elem: &schema.Schema{
104105
Type: schema.TypeString,
105106
},
@@ -112,12 +113,14 @@ func buildResourceSpecSchema() *schema.Schema {
112113
Type: schema.TypeInt,
113114
Optional: true,
114115
ForceNew: true,
116+
Computed: true,
115117
Description: "Cloud disk size.",
116118
},
117119
"count": {
118120
Type: schema.TypeInt,
119121
Optional: true,
120122
ForceNew: true,
123+
Computed: true,
121124
Description: "Number of cloud disks of this type.",
122125
},
123126
},

0 commit comments

Comments
 (0)