loadtest fix elastisearch path/alb subdomain hint (#5554)

This commit is contained in:
Robert Fairburn
2022-05-05 10:02:35 -05:00
committed by GitHub
parent 8a2d25c703
commit 445dc89175
2 changed files with 2 additions and 2 deletions
@@ -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"
}
}
@@ -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
}