Skip to content

Commit 6ce4c94

Browse files
committed
fix bandwidth pg id
1 parent 3944cfb commit 6ce4c94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tencentcloud/resource_tc_eip.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func resourceTencentCloudEip() *schema.Resource {
113113
"bandwidth_package_id": {
114114
Type: schema.TypeString,
115115
Optional: true,
116+
Computed: true,
116117
Description: "ID of bandwidth package, it will set when `internet_charge_type` is `BANDWIDTH_PACKAGE`.",
117118
},
118119
// computed

tencentcloud/resource_tc_eip_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ resource "tencentcloud_eip" "foo" {
348348
const testAccEipProvider = `
349349
resource "tencentcloud_eip" "foo" {
350350
name = "eip_provider"
351-
internet_service_provider = "CUCC"
351+
internet_service_provider = "CMCC"
352352
}
353353
`
354354

0 commit comments

Comments
 (0)