Skip to content

Commit 822e8a0

Browse files
authored
fix(clb): [126590547] tencentcloud_clb_instance update eip_address_id attributes (#3479)
* add * add
1 parent 7d540cb commit 822e8a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/3479.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_clb_instance: update `eip_address_id` attributes
3+
```

tencentcloud/services/clb/resource_tc_clb_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ func ResourceTencentCloudClbInstance() *schema.Resource {
223223
"eip_address_id": {
224224
Type: schema.TypeString,
225225
Optional: true,
226+
Computed: true,
226227
Description: "The unique ID of the EIP, such as eip-1v2rmbwk, is only applicable to the intranet load balancing binding EIP. During the EIP change, there may be a brief network interruption.",
227228
},
228229
"domain": {

0 commit comments

Comments
 (0)