Skip to content

Commit 22c4eb0

Browse files
committed
add
1 parent 57caab7 commit 22c4eb0

4 files changed

+4
-2
lines changed

tencentcloud/services/mqtt/resource_tc_mqtt_http_authenticator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func ResourceTencentCloudMqttHttpAuthenticator() *schema.Resource {
2727
"instance_id": {
2828
Type: schema.TypeString,
2929
Required: true,
30+
ForceNew: true,
3031
Description: "Instance ID.",
3132
},
3233

tencentcloud/services/mqtt/resource_tc_mqtt_jwks_authenticator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func ResourceTencentCloudMqttJwksAuthenticator() *schema.Resource {
2727
"instance_id": {
2828
Type: schema.TypeString,
2929
Required: true,
30+
ForceNew: true,
3031
Description: "Instance ID.",
3132
},
3233

website/docs/r/mqtt_http_authenticator.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "tencentcloud_mqtt_http_authenticator" "example" {
4040
The following arguments are supported:
4141

4242
* `endpoint` - (Required, String) JWKS endpoint.
43-
* `instance_id` - (Required, String) Instance ID.
43+
* `instance_id` - (Required, String, ForceNew) Instance ID.
4444
* `body` - (Optional, List) Forwarding request body.
4545
* `concurrency` - (Optional, Int) Maximum concurrent connections, default 8, range: 1-20.
4646
* `connect_timeout` - (Optional, Int) Connection timeout, unit: seconds, range: 1-30.

website/docs/r/mqtt_jwks_authenticator.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "tencentcloud_mqtt_jwks_authenticator" "example" {
3838

3939
The following arguments are supported:
4040

41-
* `instance_id` - (Required, String) Instance ID.
41+
* `instance_id` - (Required, String, ForceNew) Instance ID.
4242
* `endpoint` - (Optional, String) JWKS endpoint.
4343
* `from` - (Optional, String) Pass the key of JWT when connecting the device; Username - passed using the username field; Password - Pass using password field.
4444
* `refresh_interval` - (Optional, Int) JWKS refresh interval. unit: s.

0 commit comments

Comments
 (0)