File tree 2 files changed +6
-0
lines changed
tencentcloud/services/tse
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ resource/tencentcloud_tse_cngw_service: modify field properties
3
+ ```
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ func ResourceTencentCloudTseCngwService() *schema.Resource {
104
104
"targets" : {
105
105
Type : schema .TypeList ,
106
106
Optional : true ,
107
+ Computed : true ,
107
108
Description : "provided when service type is IPList." ,
108
109
Elem : & schema.Resource {
109
110
Schema : map [string ]* schema.Schema {
@@ -143,6 +144,7 @@ func ResourceTencentCloudTseCngwService() *schema.Resource {
143
144
"source_type" : {
144
145
Type : schema .TypeString ,
145
146
Optional : true ,
147
+ Computed : true ,
146
148
Description : "source service type." ,
147
149
},
148
150
"scf_type" : {
@@ -204,6 +206,7 @@ func ResourceTencentCloudTseCngwService() *schema.Resource {
204
206
"real_source_type" : {
205
207
Type : schema .TypeString ,
206
208
Optional : true ,
209
+ Computed : true ,
207
210
Description : "exact source service type." ,
208
211
},
209
212
},
You can’t perform that action at this time.
0 commit comments