Skip to content

Commit

Permalink
onr(test): fix reference to ec2 defaults local (#5718)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Apr 15, 2024
1 parent ce84fe9 commit d399d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
# baseline config
test_config = {
baseline_ec2_autoscaling_groups = {
test-web-asg = merge(local.defaults_web_ec2.config, {
test-web-asg = merge(local.defaults_web_ec2, {
config = merge(local.defaults_web_ec2.config, {
availability_zone = "${local.region}a"
})
Expand Down

0 comments on commit d399d23

Please sign in to comment.