Skip to content

Commit

Permalink
disable termination for pp-onr-bods-1 as this is now in use
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 4, 2024
1 parent 07f5bac commit 8a044d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ locals {
}
instance = merge(local.ec2_instances.bods.instance, {
instance_type = "r6i.2xlarge"
disable_api_termination = true
})
cloudwatch_metric_alarms = null
tags = merge(local.ec2_instances.bods.tags, {
Expand Down

0 comments on commit 8a044d9

Please sign in to comment.