Skip to content

Commit f120509

Browse files
authored
Fix/vpc eni (#2049)
* fix/vpc * fix/vpc * fix/vpc-eni
1 parent bb27f19 commit f120509

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changelog/2049.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_eni_sg_attachment: Update Document Description
3+
```

tencentcloud/resource_tc_eni_sg_attachment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Provides a resource to create a eni_sg_attachment
33
4+
-> **Note:** If this resource is used to bind security groups to eni, it cannot be linked to `tentcloud_eni` binding security group for simultaneous use.
5+
46
Example Usage
57
68
```hcl

website/docs/r/eni_sg_attachment.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 eni_sg_attachment
1313

14+
-> **Note:** If this resource is used to bind security groups to eni, it cannot be linked to `tentcloud_eni` binding security group for simultaneous use.
15+
1416
## Example Usage
1517

1618
```hcl

0 commit comments

Comments
 (0)