Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 27, 2021
1 parent c601d00 commit 6a61156
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Provides details about resource tagging.

### Get All Resource Tag Mappings

```hcl
```terraform
data "aws_resourcegroupstaggingapi_resources" "test" {}
```

### Filter By Tag Key and Value

```hcl
```terraform
data "aws_resourcegroupstaggingapi_resources" "test" {
filter {
key = "tag-key"
Expand All @@ -31,7 +31,7 @@ data "aws_resourcegroupstaggingapi_resources" "test" {

### Filter By Resource Type

```hcl
```terraform
data "aws_resourcegroupstaggingapi_resources" "test" {
resource_type_filter = ["ec2:instance"]
}
Expand Down

0 comments on commit 6a61156

Please sign in to comment.