hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.61k stars 8.99k forks source link

Support Athena Views #17363

Open robmoore opened 3 years ago

robmoore commented 3 years ago

Community Note

Description

New resource for AWS Athena views which would provide a way to define views using Terraform.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_athena_view" "my_view" {
  name      = "sc_eq_taq_1min"
  database  = aws_athena_database.my_database.name
  query     = "SELECT x, y, from_iso8601_date(a_date_as_string) AS a_date_as_date_type FROM ${aws_athena_database.my_table.name}"
}

References

breisig commented 2 years ago

Has this feature been included yet in Terraform? This would be a great feature.

massung commented 2 years ago

Yes, please. This would be a big win!

blaargh commented 1 year ago

/push this would be great!

chell0veck commented 3 weeks ago

+1