We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108374 commit 461b2adCopy full SHA for 461b2ad
modules/controller/main.tf
@@ -188,7 +188,7 @@ module "controllers" {
188
"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"
189
]
190
191
- auto_scaling_group_name = "Boundary Controller"
+ auto_scaling_group_name = "BoundaryController"
192
193
# Initialize the DB before starting the service and install the AWS
194
# CLI.
0 commit comments