热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

FeatureRequest:ResourceformanagingAWSGlueTables

Splitfeaturerequestfrom#1416.Forissuesnotimmediatelybeingworkedon,pleaseuse

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)



  • 1
    aws_glue_table


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!


   



推荐阅读
author-avatar
tengpou_260475
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有