Skip to content

Commit

Permalink
Update locals_test.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Jan 7, 2025
1 parent d19770a commit ceb5cb6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions terraform/environments/oasys/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,8 @@ locals {
"/dev/sdb" = { snapshot_id = "snap-0ccf326230b3def99" }
"/dev/sdc" = { snapshot_id = "snap-05dcf8714290d64d1" }
}
user_data_cloud_init = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init, {
args = merge(local.ec2_autoscaling_groups.web.user_data_cloud_init.args, {
branch = "main"
})
})
user_data_cloud_init = {
}
tags = merge(local.ec2_autoscaling_groups.web.tags, {
description = "t2 oasys web"
oasys-environment = "t2"
Expand Down

0 comments on commit ceb5cb6

Please sign in to comment.