diff --git a/infrastructure/loadtesting/terraform/shared/alb.tf b/infrastructure/loadtesting/terraform/shared/alb.tf index ed5de2418b..58d3b3ec67 100644 --- a/infrastructure/loadtesting/terraform/shared/alb.tf +++ b/infrastructure/loadtesting/terraform/shared/alb.tf @@ -19,7 +19,7 @@ resource "aws_alb_listener" "https-fleetdm" { type = "fixed-response" fixed_response { content_type = "text/plain" - message_body = "moved to subdomains, try https://default.loadtesting.fleetdm.com" + message_body = "moved to subdomains, try https://default.loadtest.fleetdm.com" status_code = "404" } } diff --git a/infrastructure/loadtesting/terraform/shared/elasticsearch.tf b/infrastructure/loadtesting/terraform/shared/elasticsearch.tf index 7b3c8732f6..436f75e16c 100644 --- a/infrastructure/loadtesting/terraform/shared/elasticsearch.tf +++ b/infrastructure/loadtesting/terraform/shared/elasticsearch.tf @@ -104,7 +104,7 @@ resource "aws_autoscaling_group" "elasticstack" { tag { key = "ansible_playbook_path" - value = "tools/loadtesting/terraform/shared/elasticsearch_ansible" + value = "infrastructure/loadtesting/terraform/shared/elasticsearch_ansible" propagate_at_launch = true }