Skip to content

Commit 0f80143

Browse files
authored
fix(eip): [137843507] modify eip address_adjust doc (#3154)
* fix(eip): [137843507] modify doc * feat: add changelog
1 parent 0ec25d0 commit 0f80143

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changelog/3154.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_eip_public_address_adjust: update doc
3+
```

tencentcloud/services/cvm/resource_tc_eip_public_address_adjust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Provides a resource to create a eip public_address_adjust
22

3+
~> **NOTE:** This interface is used to change the IP address. It supports changing the common public IP of the CVM instance and the EIP of the monthly bandwidth. `address_id` and `instance_id` cannot exist at the same time. When `address_id` is passed, only the EIP of the monthly bandwidth is supported.
4+
35
Example Usage
46

57
```hcl

website/docs/r/eip_public_address_adjust.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |-
1111

1212
Provides a resource to create a eip public_address_adjust
1313

14+
~> **NOTE:** This interface is used to change the IP address. It supports changing the common public IP of the CVM instance and the EIP of the monthly bandwidth. `address_id` and `instance_id` cannot exist at the same time. When `address_id` is passed, only the EIP of the monthly bandwidth is supported.
15+
1416
## Example Usage
1517

1618
```hcl

0 commit comments

Comments
 (0)