Skip to content

Commit d3a3e09

Browse files
committed
shorten sandbox component name
1 parent e42ab00 commit d3a3e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/sandbox/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "group" {
3838
variable "component" {
3939
type = string
4040
description = "The variable encapsulating the name of this component"
41-
default = "sandbox"
41+
default = "sb"
4242
}
4343

4444
variable "default_tags" {

0 commit comments

Comments
 (0)