Skip to content

Commit 56cbb10

Browse files
committed
fix: update default project name to align with naming conventions
1 parent 859e93c commit 56cbb10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/env/dev/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "environment" {
4747
variable "project_name" {
4848
description = "Nome do projeto"
4949
type = string
50-
default = "certificates-tech-floripa"
50+
default = "tech-floripa-certificates"
5151
}
5252

5353
# Configuração do DynamoDB - Modo de Baixo Custo

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "environment" {
4747
variable "project_name" {
4848
description = "Nome do projeto"
4949
type = string
50-
default = "certificates-tech-floripa"
50+
default = "tech-floripa-certificates"
5151
}
5252

5353
# Configuração do DynamoDB - Modo de Baixo Custo

0 commit comments

Comments
 (0)