Treat Quantum as a real application

This commit is contained in:
2026-04-20 16:55:57 -03:00
parent c363cab9bd
commit 8d396bd38a
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
variable "aws_region" {
description = "Simulated AWS region in LocalStack."
description = "AWS region used by LocalStack."
type = string
default = "us-east-1"
}
@@ -11,7 +11,7 @@ variable "localstack_endpoint" {
}
variable "project_name" {
description = "Short name of the fictional project."
description = "Short name of the project."
type = string
default = "quantum"
}