Skip to content

Commit

Permalink
feat: Added support for me-central-1 region (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Anderson-Trocme committed Sep 13, 2022
1 parent 9681931 commit cd4b957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pricing-resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "pricing" {
}
"aws_instance.this2" = {
instanceType = "t3.large"
location = "ap-southeast-3"
location = "me-central-1"
}
}
}
3 changes: 3 additions & 0 deletions modules/pricing/filters.tf
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ locals {
eu-south-1 = "EUS1-NatGateway-Hours"
eu-north-1 = "EUN1-NatGateway-Hours"
me-south-1 = "MES1-NatGateway-Hours"
me-central-1 = "MEC1-NatGateway-Hours"
sa-east-1 = "SAE1-NatGateway-Hours"
us-gov-west-1 = "UGW1-NatGateway-Hours"
us-gov-east-1 = "UGE1-NatGateway-Hours"
Expand Down Expand Up @@ -315,6 +316,7 @@ locals {
eu-south-1 = "EUS1-LoadBalancerUsage"
eu-north-1 = "EUN1-LoadBalancerUsage"
me-south-1 = "MES1-LoadBalancerUsage"
me-central-1 = "MEC1-LoadBalancerUsage"
sa-east-1 = "SAE1-LoadBalancerUsage"
us-gov-west-1 = "UGW1-LoadBalancerUsage"
us-gov-east-1 = "UGE1-LoadBalancerUsage"
Expand Down Expand Up @@ -345,6 +347,7 @@ locals {
eu-south-1 = "EUS1-EBS:SnapshotUsage"
eu-north-1 = "EUN1-EBS:SnapshotUsage"
me-south-1 = "MES1-EBS:SnapshotUsage"
me-central-1 = "MEC1-EBS:SnapshotUsage"
sa-east-1 = "SAE1-EBS:SnapshotUsage"
us-gov-west-1 = "UGW1-EBS:SnapshotUsage"
us-gov-east-1 = "UGE1-EBS:SnapshotUsage"
Expand Down

0 comments on commit cd4b957

Please sign in to comment.