Skip to content

Commit

Permalink
Merge pull request #18326 from joelpinheiro/main
Browse files Browse the repository at this point in the history
d/aws_glue_catalog_database-database-naming-convention
  • Loading branch information
gdavison authored Apr 29, 2021
2 parents cf4e0cf + 47d86fc commit b1c4214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/glue_catalog_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_glue_catalog_database" "aws_glue_catalog_database" {

The following arguments are supported:

* `name` - (Required) The name of the database.
* `name` - (Required) The name of the database. The acceptable characters are lowercase letters, numbers, and the underscore character.
* `catalog_id` - (Optional) ID of the Glue Catalog to create the database in. If omitted, this defaults to the AWS Account ID.
* `description` - (Optional) Description of the database.
* `location_uri` - (Optional) The location of the database (for example, an HDFS path).
Expand Down

0 comments on commit b1c4214

Please sign in to comment.