Translate project documentation to English

This commit is contained in:
2026-04-20 16:50:39 -03:00
parent 248fd37942
commit 707852bb3a
4 changed files with 38 additions and 38 deletions
+4 -4
View File
@@ -1,23 +1,23 @@
variable "aws_region" {
description = "Regiao AWS simulada no LocalStack."
description = "Simulated AWS region in LocalStack."
type = string
default = "us-east-1"
}
variable "localstack_endpoint" {
description = "Endpoint HTTPS do LocalStack."
description = "LocalStack HTTPS endpoint."
type = string
default = "https://localstack.paulononato.com.br"
}
variable "project_name" {
description = "Nome curto do projeto ficticio."
description = "Short name of the fictional project."
type = string
default = "quantum"
}
variable "environment" {
description = "Ambiente ficticio da aplicacao."
description = "Fictional application environment."
type = string
default = "dev"
}