作者:tengpou_260475 | 来源:互联网 | 2023-09-04 11:51
Split feature request from #1416. For issues not immediately being worked on, please use :+1: upvotes on this original issue comment to help guage community interest.
Terraform Version
1 2
| terraform 0.10+
terraform-provider-aws (new feature) |
Affected Resource(s)
Terraform Configuration Files
1 2 3 4 5
| hcl
# New Resource - not implemented
resource "aws_glue_table" "example" {
# ...
} |
Expected Behavior
Create, read, update, and delete support for AWS Glue tables.
Actual Behavior
Resource not implemented.
References
- https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-catalog-tables.html
- https://docs.aws.amazon.com/sdk-for-go/api/service/glue/#Glue.CreateTable
该提问来源于开源项目:hashicorp/terraform-provider-aws
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!