Skip to content

Commit

Permalink
Config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavmoj committed Oct 24, 2023
1 parent 2c230d9 commit 7a6a59a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locals {
autoscaling_schedules = module.baseline_presets.ec2_autoscaling_schedules.working_hours
tags = {
description = "For testing connection to Azure domain"
ami = "base_rhel_8_5"
ami = "${local.application_name}_rhel_8_5"
os-type = "Linux"
component = "test"
server-type = local.application_name
Expand Down

0 comments on commit 7a6a59a

Please sign in to comment.