add prefix/suffix variables
This commit is contained in:
parent
0cb32241a8
commit
20c7496038
1 changed files with 10 additions and 0 deletions
10
variables.tf
10
variables.tf
|
|
@ -52,3 +52,13 @@ variable "aws_secret_key" {
|
|||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "name_prefix" {
|
||||
description = "The prefix for all your resources"
|
||||
default = "demostar"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "name_suffix" {
|
||||
description = "The suffix for all your resources, suggest generating a unique value for each deployment"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue