Treat Quantum as a real application
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user