Skip to content

Commit

Permalink
docs: fix invalid value for type in resource aws_backup_selection (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitag authored Feb 10, 2025
1 parent 64ece05 commit c46c84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/backup_selection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ This resource supports the following arguments:

Tag conditions (`selection_tag`) support the following:

* `type` - (Required) An operation, such as `StringEquals`, that is applied to a key-value pair used to filter resources in a selection.
* `type` - (Required) An operation, such as `STRINGEQUALS`, that is applied to a key-value pair used to filter resources in a selection.
* `key` - (Required) The key in a key-value pair.
* `value` - (Required) The value in a key-value pair.

Expand Down

0 comments on commit c46c84c

Please sign in to comment.