aws_glue_catalog_table Error: Provider produced inconsistent result after apply #29076
Labels
bug
Addresses a defect in current functionality.
service/glue
Issues and PRs that pertain to the glue service.
Terraform Core Version
1.0.0
AWS Provider Version
3.75.2
Affected Resource(s)
aws_glue_catalog_table
Expected Behavior
table created without any errors
Actual Behavior
table is created but an the error is returned and the resource's state isn't tracked
When applying the changes again, a different error is returned
table already exists
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
Checked the glue code for isNewResource in the read method
terraform-provider-aws/internal/service/glue/catalog_table.go
Line 386 in 5857c14
Issues may be related to #16796
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: