We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e3de commit 047529aCopy full SHA for 047529a
tencentcloud/data_source_tc_teo_bot_managed_rules.go
@@ -92,6 +92,7 @@ func dataSourceTencentCloudTeoBotManagedRulesRead(d *schema.ResourceData, meta i
92
}
93
94
if v, ok := d.GetOk("entity"); ok {
95
+ entity = v.(string)
96
paramMap["entity"] = v
97
98
0 commit comments