Skip to content

Commit

Permalink
AsiaTech dc removed. Bamdad and Simin regions added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Karami committed Jul 1, 2022
1 parent 83d34bb commit 9180ced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
required_providers {
arvan = {
source = "arvancloud/arvan"
version = "0.6.1" # put the version here
version = "0.6.3" # put the version here
}
}
}
Expand All @@ -35,7 +35,7 @@ terraform {
required_providers {
arvan = {
source = "arvancloud/arvan"
version = "0.6.1"
version = "0.6.3"
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions internal/api/iaas/iaas.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ package iaas
const (
ECCEndPoint = "/ecc/"
Version = "v1"
SiminRegion = "ir-thr-c1"
ForoghRegion = "ir-thr-c2"
ShahriarRegion = "ir-tbz-dc1"
HermanRegion = "nl-ams-su1"
AsiaTechRegion = "ir-thr-at1"
BamdadRegion = "ir-thr-w1"
)

var (
AvailableRegions = []string{
SiminRegion,
ForoghRegion,
ShahriarRegion,
HermanRegion,
AsiaTechRegion,
BamdadRegion,
}
)

Expand Down

0 comments on commit 9180ced

Please sign in to comment.