Skip to content

Commit

Permalink
docs(cfw): fix errors in the document of data source CFW ips custom r…
Browse files Browse the repository at this point in the history
…ules
  • Loading branch information
profoundwu committed Jan 20, 2025
1 parent 431da47 commit 93da0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/cfw_ips_custom_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 93da0e6

Please sign in to comment.