Database name in aws_glue_catalog_database
and aws_glue_catalog_table
should be lowercase
#7958
Labels
documentation
Introduces or discusses updates to documentation.
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
The AWS Glue documentation says:
https://docs.aws.amazon.com/glue/latest/dg/console-databases.html
This means that, if there are uppercase letters in the database name, Terraform will always try to re-apply the changes because AWS automatically lower-cased the name specified in Terraform. In other words, the example in https://www.terraform.io/docs/providers/aws/r/glue_catalog_table.html won't ever converge.
It would also be nice if Terraform raised an error if the DB name wasn't lowercase-only.
The text was updated successfully, but these errors were encountered: