Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 13, 2023
1 parent 5637f4c commit 45ddef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
instance_target_groups = {}

listeners = {}

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ locals {
availability_zone = "${local.region}b"
})
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.large"
instance_type = "t3.large"
vpc_security_group_ids = concat(local.defaults_web_ec2.instance.vpc_security_group_ids, ["cafm_app_fixngo"])
})
ebs_volumes = {
Expand Down

0 comments on commit 45ddef9

Please sign in to comment.