From d46602b52f127a02b010d9936d0e6f931cd435ae Mon Sep 17 00:00:00 2001 From: hellertang Date: Tue, 9 Dec 2025 16:44:06 +0800 Subject: [PATCH 1/2] add ResidentialEIP --- tencentcloud/services/cvm/resource_tc_eip.go | 2 +- website/docs/r/eip.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tencentcloud/services/cvm/resource_tc_eip.go b/tencentcloud/services/cvm/resource_tc_eip.go index 9fba79e737..846d794303 100644 --- a/tencentcloud/services/cvm/resource_tc_eip.go +++ b/tencentcloud/services/cvm/resource_tc_eip.go @@ -41,7 +41,7 @@ func ResourceTencentCloudEip() *schema.Resource { Optional: true, Default: svcvpc.EIP_TYPE_EIP, ForceNew: true, - Description: "The type of eip. Valid value: `EIP` and `AnycastEIP` and `HighQualityEIP` and `AntiDDoSEIP`. Default is `EIP`.", + Description: "The type of eip. Valid value: `EIP` and `AnycastEIP` and `HighQualityEIP` and `AntiDDoSEIP` and `ResidentialEIP`. Default is `EIP`.", }, "anycast_zone": { Type: schema.TypeString, diff --git a/website/docs/r/eip.html.markdown b/website/docs/r/eip.html.markdown index a6481fe6b9..981c83d178 100644 --- a/website/docs/r/eip.html.markdown +++ b/website/docs/r/eip.html.markdown @@ -70,7 +70,7 @@ The following arguments are supported: * `name` - (Optional, String) The name of eip. * `prepaid_period` - (Optional, Int) Period of instance. Default value: `1`. Valid value: `1`, `2`, `3`, `4`, `6`, `7`, `8`, `9`, `12`, `24`, `36`. NOTES: must set when `internet_charge_type` is `BANDWIDTH_PREPAID_BY_MONTH`. * `tags` - (Optional, Map) The tags of eip. -* `type` - (Optional, String, ForceNew) The type of eip. Valid value: `EIP` and `AnycastEIP` and `HighQualityEIP` and `AntiDDoSEIP`. Default is `EIP`. +* `type` - (Optional, String, ForceNew) The type of eip. Valid value: `EIP` and `AnycastEIP` and `HighQualityEIP` and `AntiDDoSEIP` and `ResidentialEIP`. Default is `EIP`. ## Attributes Reference From 0f2a542d8d0212bdfef310056e2ceee9f826856c Mon Sep 17 00:00:00 2001 From: hellertang Date: Tue, 9 Dec 2025 16:52:13 +0800 Subject: [PATCH 2/2] add ResidentialEIP --- .changelog/3638.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/3638.txt diff --git a/.changelog/3638.txt b/.changelog/3638.txt new file mode 100644 index 0000000000..40dca5cb5d --- /dev/null +++ b/.changelog/3638.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +resource/tencentcloud_eip: add ResidentialEIP +``` \ No newline at end of file