Skip to content

Commit

Permalink
change branch name for testing (#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Apr 9, 2024
1 parent 26d82bd commit 920f1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ locals {
})
user_data_cloud_init = merge(module.baseline_presets.ec2_instance.user_data_cloud_init.ssm_agent_and_ansible, {
args = merge(module.baseline_presets.ec2_instance.user_data_cloud_init.ssm_agent_and_ansible.args, {
branch = "onr/DSOS-2682/onr-boe-installer"
branch = "onr/DSOS-2682/onr-boe-install"
})
})
autoscaling_group = merge(module.baseline_presets.ec2_autoscaling_group.default, {
Expand Down

0 comments on commit 920f1e9

Please sign in to comment.