Skip to content

Commit 461b2ad

Browse files
exiettjasonwalsh
authored andcommitted
fix: remove space in controller ASG name (#12)
1 parent a108374 commit 461b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/controller/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module "controllers" {
188188
"grep 'Initial auth information' /var/log/cloud-init-output.log && aws s3 cp /var/log/cloud-init-output.log s3://${var.bucket_name}/{{v1.local_hostname}}/cloud-init-output.log || true"
189189
]
190190

191-
auto_scaling_group_name = "Boundary Controller"
191+
auto_scaling_group_name = "BoundaryController"
192192

193193
# Initialize the DB before starting the service and install the AWS
194194
# CLI.

0 commit comments

Comments
 (0)