Skip to content

Commit

Permalink
planetfm: format terraform (#4918)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Feb 9, 2024
1 parent 8b51058 commit 892d298
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions terraform/environments/planetfm/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
instance = merge(local.defaults_database_ec2.instance, {
instance_type = "r6i.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -41,7 +41,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.large"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand All @@ -63,7 +63,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.large"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand All @@ -86,7 +86,7 @@ locals {
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.large"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand All @@ -108,7 +108,7 @@ locals {
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.large"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down
18 changes: 9 additions & 9 deletions terraform/environments/planetfm/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
instance = merge(local.defaults_database_ec2.instance, {
instance_type = "r6i.4xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -42,7 +42,7 @@ locals {
instance = merge(local.defaults_database_ec2.instance, {
instance_type = "r6i.4xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -73,7 +73,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -101,7 +101,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -129,7 +129,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -157,7 +157,7 @@ locals {
instance = merge(local.defaults_app_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -187,7 +187,7 @@ locals {
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -215,7 +215,7 @@ locals {
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.xlarge"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down Expand Up @@ -243,7 +243,7 @@ locals {
instance = merge(local.defaults_web_ec2.instance, {
instance_type = "t3.large"
# set these to false and apply before instance can be deleted
disable_api_termination = true
disable_api_termination = true
disable_api_stop = true
monitoring = true
})
Expand Down

0 comments on commit 892d298

Please sign in to comment.