Skip to content

Commit cd4b957

Browse files
author
Mark Anderson-Trocme
authored
feat: Added support for me-central-1 region (#11)
1 parent 9681931 commit cd4b957

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/pricing-resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "pricing" {
1414
}
1515
"aws_instance.this2" = {
1616
instanceType = "t3.large"
17-
location = "ap-southeast-3"
17+
location = "me-central-1"
1818
}
1919
}
2020
}

modules/pricing/filters.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ locals {
285285
eu-south-1 = "EUS1-NatGateway-Hours"
286286
eu-north-1 = "EUN1-NatGateway-Hours"
287287
me-south-1 = "MES1-NatGateway-Hours"
288+
me-central-1 = "MEC1-NatGateway-Hours"
288289
sa-east-1 = "SAE1-NatGateway-Hours"
289290
us-gov-west-1 = "UGW1-NatGateway-Hours"
290291
us-gov-east-1 = "UGE1-NatGateway-Hours"
@@ -315,6 +316,7 @@ locals {
315316
eu-south-1 = "EUS1-LoadBalancerUsage"
316317
eu-north-1 = "EUN1-LoadBalancerUsage"
317318
me-south-1 = "MES1-LoadBalancerUsage"
319+
me-central-1 = "MEC1-LoadBalancerUsage"
318320
sa-east-1 = "SAE1-LoadBalancerUsage"
319321
us-gov-west-1 = "UGW1-LoadBalancerUsage"
320322
us-gov-east-1 = "UGE1-LoadBalancerUsage"
@@ -345,6 +347,7 @@ locals {
345347
eu-south-1 = "EUS1-EBS:SnapshotUsage"
346348
eu-north-1 = "EUN1-EBS:SnapshotUsage"
347349
me-south-1 = "MES1-EBS:SnapshotUsage"
350+
me-central-1 = "MEC1-EBS:SnapshotUsage"
348351
sa-east-1 = "SAE1-EBS:SnapshotUsage"
349352
us-gov-west-1 = "UGW1-EBS:SnapshotUsage"
350353
us-gov-east-1 = "UGE1-EBS:SnapshotUsage"

0 commit comments

Comments
 (0)