Skip to content

Commit

Permalink
docs: improve examples for alicloud_config_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 committed Dec 13, 2024
1 parent 5d15c87 commit 2f1d5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/config_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "alicloud_config_rule" "default" {
rule_name = "contains-tag"
input_parameters = {
key1 = "value1"
key2 = "key2"
key2 = "value2"
}
}
```
Expand Down

0 comments on commit 2f1d5f0

Please sign in to comment.