Skip to content

Commit e9ab8f3

Browse files
committed
build(infra): update terraform variables
1 parent 8f8e04f commit e9ab8f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/infra/terraform.tfvars.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ github_repository = "your-org/your-repo"
55
# Optional - customize as needed
66
region = "asia-northeast3"
77
environment = "dev"
8-
app_name = "fullstack-starter"
8+
app_name = "juny"
99

1010
# Network
1111
vpc_cidr = "10.0.0.0/16"

apps/infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "environment" {
1818
variable "app_name" {
1919
description = "Application name prefix for resources"
2020
type = string
21-
default = "fullstack-starter"
21+
default = "juny"
2222
}
2323

2424
# Network

0 commit comments

Comments
 (0)