Skip to content

Commit

Permalink
feat: update docs for db snapshot with tags option
Browse files Browse the repository at this point in the history
  • Loading branch information
rromic committed May 26, 2023
1 parent 0decfb1 commit 2a1607f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/d/db_snapshot.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ The default is `false`.
* `include_public` - (Optional) Set this value to true to include manual DB snapshots that are public and can be
copied or restored by any AWS account, otherwise set this value to false. The default is `false`.

* `tags` - (Optional) Mapping of tags, each pair of which must exactly match
a pair on the desired DB snapshot.

## Attributes Reference

In addition to all arguments above, the following attributes are exported:
Expand All @@ -89,4 +92,5 @@ In addition to all arguments above, the following attributes are exported:
* `status` - Status of this DB snapshot.
* `storage_type` - Storage type associated with DB snapshot.
* `vpc_id` - ID of the VPC associated with the DB snapshot.
* `tags` - Mapping of tags for the resource.
* `snapshot_create_time` - Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

0 comments on commit 2a1607f

Please sign in to comment.