We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b90d54 commit 95dee67Copy full SHA for 95dee67
main.tf
@@ -10,3 +10,7 @@ resource "aws_athena_workgroup" "this" {
10
}
11
12
13
+
14
+resource "aws_glue_catalog_database" "this" {
15
+ name = var.database_name
16
+}
variables.tf
@@ -7,3 +7,8 @@ variable "query_results_bucket" {
7
description = "The S3 bucket where Athena query results will be stored."
8
type = string
9
+variable "database_name" {
+ description = "The name of the Athena database."
+ type = string
0 commit comments