We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729f8da commit 8f52257Copy full SHA for 8f52257
1 file changed
terraform/aws/consts.tf
@@ -9,14 +9,17 @@ variable "environment" {
9
default = "dev"
10
}
11
12
+variable "testttttttttttttt" {
13
+ default = "dev"
14
+}
15
+
16
locals {
17
resource_prefix = {
18
value = "${data.aws_caller_identity.current.account_id}-${var.company_name}-${var.environment}"
19
20
21
22
-
23
variable "profile" {
24
default = "default"
25
@@ -46,4 +49,4 @@ variable "neptune-dbname" {
46
49
type = "string"
47
50
description = "Name of the Neptune graph database"
48
51
default = "neptunedb1"
-}
52
0 commit comments