diff --git a/docs/data-sources/cfw_ips_custom_rules.md b/docs/data-sources/cfw_ips_custom_rules.md index 155cb8fbe6..9ae7f99e6e 100644 --- a/docs/data-sources/cfw_ips_custom_rules.md +++ b/docs/data-sources/cfw_ips_custom_rules.md @@ -16,7 +16,7 @@ Use the data source to get the list of CFW IPS custom rules. variable "fw_instance_id" {} variable "object_id" {} -data "huaweicloud_cfw_acl_rule" "test" { +data "huaweicloud_cfw_ips_custom_rules" "test" { fw_instance_id = var.fw_instance_id object_id = var.object_id }