aws_glue_catalog_table.ser_de_info.name is documented as optional, but fails if not specified #12519
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
Milestone
Community Note
Terraform Version
Terraform v0.12.24
Affected Resource(s)
Issue
The name field of ser_de_info is documented as being optional, but if it is not specified, and error is given when attempting to apply
Looks like it's trying to set name to
""
instead ofnull
like it says it's going to do in the diffReferences
ser_de_info
name - (Optional) Name of the SerDe.
https://www.terraform.io/docs/providers/aws/r/glue_catalog_table.html#ser_de_info
The text was updated successfully, but these errors were encountered: