diff --git a/terraform/aws/consts.tf b/terraform/aws/consts.tf index 70fa8dccae..827db83d05 100644 --- a/terraform/aws/consts.tf +++ b/terraform/aws/consts.tf @@ -1,6 +1,8 @@ data "aws_caller_identity" "current" {} + + variable "company_name" { default = "acme" } @@ -46,4 +48,4 @@ variable "neptune-dbname" { type = "string" description = "Name of the Neptune graph database" default = "neptunedb1" -} \ No newline at end of file +}