Translate project documentation to English
This commit is contained in:
+4
-4
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user