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 860ee03 commit 7f9fa1cCopy full SHA for 7f9fa1c
modules/glue/output.tf
@@ -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
@@ -3,7 +3,6 @@ variable "name" {
type = "string"
4
}
5
6
-
7
variable "description" {
8
description = "Description of the database."
9
0 commit comments