Skip to content

Commit 8f52257

Browse files
authored
Update consts.tf
1 parent 729f8da commit 8f52257

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

terraform/aws/consts.tf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ variable "environment" {
99
default = "dev"
1010
}
1111

12+
variable "testttttttttttttt" {
13+
default = "dev"
14+
}
15+
1216
locals {
1317
resource_prefix = {
1418
value = "${data.aws_caller_identity.current.account_id}-${var.company_name}-${var.environment}"
1519
}
1620
}
1721

1822

19-
2023
variable "profile" {
2124
default = "default"
2225
}
@@ -46,4 +49,4 @@ variable "neptune-dbname" {
4649
type = "string"
4750
description = "Name of the Neptune graph database"
4851
default = "neptunedb1"
49-
}
52+
}

0 commit comments

Comments
 (0)