Skip to content

Commit 7f9fa1c

Browse files
committed
feat(glue): add database_name output
1 parent 860ee03 commit 7f9fa1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/glue/output.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "database_name" {
2+
value = "${aws_glue_catalog_database.segment_data_lake_glue_catalog.name}"
3+
}

modules/glue/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ variable "name" {
33
type = "string"
44
}
55

6-
76
variable "description" {
87
description = "Description of the database."
98
type = "string"

0 commit comments

Comments
 (0)