Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen committed Mar 11, 2024
1 parent 729f8da commit bd54c5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/aws/consts.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

data "aws_caller_identity" "current" {}



variable "company_name" {
default = "acme"
}
Expand Down Expand Up @@ -46,4 +48,4 @@ variable "neptune-dbname" {
type = "string"
description = "Name of the Neptune graph database"
default = "neptunedb1"
}
}

0 comments on commit bd54c5f

Please sign in to comment.