Skip to content

Commit

Permalink
Merge pull request #562 from ekristen/update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen authored Feb 11, 2025
2 parents 8c64e82 + b1fec42 commit 1506b07
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/cloud-front-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ CloudFrontDistribution


- `ID`: No Description
- `LastModifiedTime`: No Description
- `Status`: No Description
- `tag:<key>:`: This resource has tags with property `Tags`. These are key/value pairs that are
added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])

!!! note - Using Properties
Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property
Expand Down
12 changes: 12 additions & 0 deletions docs/resources/rds-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RDSInstance
## Settings

- `DisableDeletionProtection`
- `StartClusterToDelete`


### DisableDeletionProtection
Expand All @@ -28,3 +29,14 @@ RDSInstance
DisableDeletionProtection
```


### StartClusterToDelete

!!! note
There is currently no description for this setting. Often times settings are fairly self-explanatory. However, we
are working on adding descriptions for all settings.

```text
StartClusterToDelete
```

2 changes: 2 additions & 0 deletions docs/resources/resource-explorer-2index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ResourceExplorer2Index

- `ARN`: No Description
- `Type`: No Description
- `tag:<key>:`: This resource has tags with property `Tags`. These are key/value pairs that are
added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])

!!! note - Using Properties
Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/resource-explorer-2view.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ ResourceExplorer2View


- `ARN`: The ARN of the Resource Explorer View
- `tag:<key>:`: This resource has tags with property `Tags`. These are key/value pairs that are
added as their own property with the prefix of `tag:` (e.g. [tag:example: "value"])

!!! note - Using Properties
Properties are what [Filters](../config-filtering.md) are written against in your configuration. You use the property
Expand Down

0 comments on commit 1506b07

Please sign in to comment.