Skip to content

Commit

Permalink
docs: add documentation for comment property
Browse files Browse the repository at this point in the history
  • Loading branch information
drexler committed Dec 2, 2021
1 parent f6c364d commit 09afa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/athena_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following arguments are supported:

* `name` - (Required) Name of the database to create.
* `bucket` - (Required) Name of s3 bucket to save the results of the query execution.
* `comment` - (Optional) Description of the database.
* `encryption_configuration` - (Optional) The encryption key block AWS Athena uses to decrypt the data in S3, such as an AWS Key Management Service (AWS KMS) key. An `encryption_configuration` block is documented below.
* `force_destroy` - (Optional, Default: false) A boolean that indicates all tables should be deleted from the database so that the database can be destroyed without error. The tables are *not* recoverable.

Expand Down

0 comments on commit 09afa0e

Please sign in to comment.