File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
tencentcloud/services/tse Expand file tree Collapse file tree 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 {
104104 "targets" : {
105105 Type : schema .TypeList ,
106106 Optional : true ,
107+ Computed : true ,
107108 Description : "provided when service type is IPList." ,
108109 Elem : & schema.Resource {
109110 Schema : map [string ]* schema.Schema {
@@ -143,6 +144,7 @@ func ResourceTencentCloudTseCngwService() *schema.Resource {
143144 "source_type" : {
144145 Type : schema .TypeString ,
145146 Optional : true ,
147+ Computed : true ,
146148 Description : "source service type." ,
147149 },
148150 "scf_type" : {
@@ -204,6 +206,7 @@ func ResourceTencentCloudTseCngwService() *schema.Resource {
204206 "real_source_type" : {
205207 Type : schema .TypeString ,
206208 Optional : true ,
209+ Computed : true ,
207210 Description : "exact source service type." ,
208211 },
209212 },
You can’t perform that action at this time.
0 commit comments